StudyBud is a web application designed to help students connect and collaborate on their studies. It includes features such as creating and joining study rooms, real-time chat, and resource sharing.
- User authentication and profiles
- Create and join study rooms
- Real-time chat within study rooms
- Resource sharing (links, files, etc.)
- User-friendly interface
To install StudyBud, follow these steps:
- Clone the repository:
git clone https://github.com/divanov11/StudyBud.git
- Navigate to the project directory:
cd StudyBud
- Create a virtual environment:
pip install virtualenv virtualenv envname
- Activate the virtual environment:
- On Windows:
envname\Scripts\activate
- On macOS/Linux:
source envname/bin/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt
To run the application, use the following command:
python manage.py runserver
The development server will start at [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
## Credits
Learned from [Traversy Media](https://www.traversymedia.com/).
Based on the [StudyBud](https://github.com/divanov11/StudyBud) project by [divanov11](https://github.com/divanov11).