CodeClassroom API
Developing 👷
Prerequisties
- 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/codeclassroom.git- Install Dependencies.
pip3 install -r requirements.txt- Migrate Changes.
python3 manage.py migrate- Run tests.
python3 manage.py test- Run Server
python3 manage.py runserverChange log 📝
Changelog can be found in CHANGELOG.md.
Authors 🔮
- Twitter: @bhupeshimself
- DEV: bhupesh
- GitHub: GAGANsinghmsitece
- GitHub: Animesh-Ghosh
License 📜
This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.
Contributing 🍰
Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.

