cc_backend is back-end of the "CodeClassroom" project. This backend is built by Gagan Singh & Bhupesh Varshney.
- Python 3.6.8+
- virtualenv
- Create Virtual Environment.
virtualenv -p python3 cc && cd cc && source bin/activate
- Clone repository.
git clone https://github.com/codeclassroom/cc_backend.git
- Install Dependencies.
pip3 install -r requirements.txt
- Migrate Changes.
python3 manage.py migrate
- Run Server
python3 manage.py runserver