Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

codeclassroom/cc_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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