Study-buddy is a chat room available for students to engage and express themselves on various topics in their fields. Gain more knowledge by interacting with their peers while also imparting knowledge.
- User Authentication
- Authorization
- Database Management
- Templating
- CRUD Operations
- Search Function
- Flash Messages
Clone the repository
git clone https://github.com/TechyStarr/Study-buddy/
Change directory to the cloned folder
cd studybuddy
Create a virtual environment:
py-3 -m venv venvname
Activate virtual environment:
venvname/scripts/activate
Install necessary dependencies to run the project
pip install -r requirements.txt
Run application
python manage.py runserver
or
py runserver.py
⚠ Then, the development server will be started at http://127.0.0.1:8000/