X Tutup
The Wayback Machine - https://web.archive.org/web/20210801130634/https://github.com/codeclassroom/codeclassroom
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
api
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

X Tutup