In this project I've tried to build a discord like app with Python Django ...
View Code
See the live app here:
https://studybudroom.herokuapp.com
|
Home Page
|
Room Conversation
|
Login
|
User Profile
|
Clone the repo, create a virtual environment, Install requirements and then run.
This is the list of things you need to use the software and how to install them.
- Python
Version python 3.8
- clone the repo
git clone https://github.com/D-kn/StudyBuddy.git
- Install virtualenv
cd StudyBuddy
sudo pip3 install virtualenv
- Create a virtual environment
virtualenv django
- Activate your virtual environment
source django/bin/activate/
- Install requirements
pip install -r requirements.txt
- Running the application
python manage.py runserver
Then click on http://localhost:8000




