A simple web application implemented using Django framework allowing participants to create rooms in different topics to share lessons
- Python
- Django
Follow these steps to clone the project, set up the environment, and start the Django server locally.
git clone https://github.com/AbdessamedSed/Lets-Study-Together.git
cd .\Lets-Study-Together\
python -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Once the server is running, open a web browser and go to:
http://127.0.0.1:8000/