SkillAgentSearch skills...

Codeclassroom

The Core for codeclassroom

Install / Use

/learn @codeclassroom/Codeclassroom

README

<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&amp;utm_medium=referral&amp;utm_content=codeclassroom/codeclassroom&amp;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
  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.

View on GitHub
GitHub Stars7
CategoryEducation
Updated2y ago
Forks1

Languages

Python

Security Score

75/100

Audited on Mar 7, 2024

No findings