Study Buddy is a web application that allow users to create an account and log in.
Users are able to get view the participants of a particular topic, they are able to create their own discussion room and add topic of interest.
Clone the repository using the command below:
git clone https://github.com/Eben-Success/StuddyBuddy_Django.git
Move into the directory where the project files are:
cd StudyBuddy
Create a virtual environment:
# Let install virtualenv first
pip install virtualenv
# Then create a virtual environment:
virtualenv envname
Activate the virtual environment:
envname/scripts/activate
Install the requirements:
pip install -r requirements.txt
To run the App, use:
python manage.py runserver
The development server will be started at https://127.0.0.1:8000/