A webapp made with Django in which users can join course rooms of different departments and chat with the participants
Follow the instructions to run the project on your device locally.
- Django
pip install django
- Pillow
pip install pillow
- Clone the repo
git clone https://github.com/Samyak-jain09/CourseRoom.git
- Enter the virtual environment.
pipenv shell
- Launch the project
python manage.py runserver
Distributed under the MIT License. See LICENSE.txt
for more information.