Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 307 Bytes

RelaQu App Backend

Installation project for development

- clone this project
- pip install -r requirements.txt
- copy config.py.sample to config.py

Running project for development

- open terminal and type : python run.py
- open browser and goto : http://localhost:8400