/` | GET | Detailed information for a specific room |
+
+### Example API Request
```bash
-pip install -r requirements.txt
+curl http://localhost:8000/api/rooms/
```
-- Run the server
+### Example API Response
-```bash
-python manage.py runserver
+```json
+[
+ {
+ "id": 1,
+ "name": "Python Programming Study Group",
+ "topic": "Python",
+ "host": "john_doe",
+ "participants": 5,
+ "created": "2026-01-10T10:30:00Z"
+ }
+]
```
+
+---
+
+
+## ๐ Bug Reports
+
+Found a bug? Please open an [issue](https://github.com/abhikalparya/StudyBuddy/issues) with:
+- Clear description of the bug
+- Steps to reproduce
+- Expected vs actual behavior
+- Screenshots (if applicable)
+
+---
+
+## ๐ License
+
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
+
+---
+
+## ๐จโ๐ป Author
+
+**Abhikal Parya**
+
+- GitHub: [@abhikalparya](https://github.com/abhikalparya)
+
+---
+
+## ๐ Acknowledgments
+
+- Django community for excellent documentation
+- All contributors who helped improve this project
+- ESWoC'26 for providing a platform for open-source contribution
+
+---
+
+## ๐ Support
+
+For questions or support, please:
+- Open an issue on GitHub
+- Reach out via the repository discussions
+
+---
+
+
+
+**If you find this project helpful, please give it a โญ!**
+
+Made with โค๏ธ for students, by students
+
+
\ No newline at end of file