codeclassroom / cc_backend

This is now a Stale Repo Head over to πŸ‘‰

Home Page:https://github.com/codeclassroom/codeclassroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cc_backend

cc_backend is back-end of the "CodeClassroom" project. This backend is built by Gagan Singh & Bhupesh Varshney.

Prerequisties

  • Python 3.6.8+
  • virtualenv

Installation

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