Codeclassroom
The Core for codeclassroom
Install / Use
/learn @codeclassroom/CodeclassroomREADME
<h1 align="center">CodeClassroom API</h1>
<p align="center">
<img alt="CodeClassroom Logo" src="https://avatars1.githubusercontent.com/u/51260271?s=200&v=4" /><br><br>
<a href="https://travis-ci.org/codeclassroom/codeclassroom">
<img alt="logo" src="https://travis-ci.org/codeclassroom/codeclassroom.svg?branch=master" target="_blank" />
</a>
<a href="https://github.com/codeclassroom/codeclassroom/releases">
<img alt="release" src="https://img.shields.io/github/v/release/codeclassroom/codeclassroom" target="_blank" />
</a>
<a href="https://github.com/ellerbrock/open-source-badges">
<img alt="opensourcelove" src="https://badges.frapsoft.com/os/v1/open-source.png?v=103" target="_blank" />
</a>
<a href="https://www.codacy.com/gh/codeclassroom/codeclassroom?utm_source=github.com&utm_medium=referral&utm_content=codeclassroom/codeclassroom&utm_campaign=Badge_Grade">
<img alt="Codacy" src="https://api.codacy.com/project/badge/Grade/91c4c80af77442d5979eb5253afa3759" target="_blank" />
</a>
<a href="https://codeclimate.com/github/codeclassroom/codeclassroom/maintainability">
<img alt="CodeClimate" src="https://api.codeclimate.com/v1/badges/982b856aa598f852f9a8/maintainability" target="_blank" />
</a>
<a href="https://lgtm.com/projects/g/codeclassroom/codeclassroom/alerts/">
<img alt="lgtm" src="https://img.shields.io/lgtm/alerts/g/codeclassroom/codeclassroom.svg?logo=lgtm&logoWidth=18" target="_blank" />
</a>
<a href="https://github.com/codeclassroom/codeclassroom/blob/master/LICENSE">
<img alt="LICENSE" src="https://img.shields.io/github/license/codeclassroom/codeclassroom" target="_blank" />
</a>
</p>
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 runserver
Change log 📝
Changelog can be found in CHANGELOG.md.
Authors 🔮
👥 Bhupesh Varshney
- Twitter: @bhupeshimself
- DEV: bhupesh
👥 Gagan Singh
- GitHub: GAGANsinghmsitece
👥 Animesh Ghosh
- 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.
