codeclassroom / codeclassroom

The Core for codeclassroom

Home Page:https://kutt.it/codeclassroom-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.