Skip to content

uonafya/mfr_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

KMHFL Backend

Setup

Create Python Virtual Environment

python3 -m venv [name_of_venv]

or

virtualenv --python python3 [name_of_venv]

Activate Virtual Env

$ source [name_of_env]/bin/activate

Install dependencies

$ pip install -r requirements.txt

Start Dev Server

$ python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • HTML 3.0%
  • Jinja 1.5%
  • PLpgSQL 1.1%
  • Shell 0.3%
  • Cython 0.2%
  • Other 0.1%