Skip to content

codeclassroom/codeclassroom

Repository files navigation

CodeClassroom API

CodeClassroom Logo

logo release opensourcelove Codacy CodeClimate lgtm LICENSE

Developing 👷

Prerequisties

  • Python 3.6.8+
  • virtualenv
  1. Create Virtual Environment.
virtualenv -p python3 cc && cd cc && source bin/activate
  1. Clone repository.
git clone https://github.com/codeclassroom/codeclassroom.git
  1. Install Dependencies.
pip3 install -r requirements.txt
  1. Migrate Changes.
python3 manage.py migrate
  1. Run tests.
python3 manage.py test
  1. Run Server
python3 manage.py runserver

Change log 📝

Changelog can be found in CHANGELOG.md.

Authors 🔮

👥 Bhupesh Varshney

👥 Gagan Singh

👥 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.