Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 245 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 245 Bytes

Installation

$ cd source

$ virtualenv -p python3 venv

$ source venv/bin/activate

$ pip install -r requirements.txt

How to Use

To run the backend

$ cd backend

$ python -m flask run

Example

backend.py