Live link of the project: https://sodeep-studybud.herokuapp.com/
This project connects learners where an user can create a room on a specific topic or tech stack and other paticipants can join to share their learnings. Some of the main features are:
- News feed - A user can visit the website to see all the rooms created and can search by the topics.
- Authentication system: To join or create a room, an user must create an account and login. Only the host of the room can make changes to the room.
- Messaging system: Any user can visit a room and send a message to the participants of that room.
- Activity Feed: The recent activities and messages are displayed the activity feed section. An API has been developed using django-REST framework which shows the details of rooms.