Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 333 Bytes

File metadata and controls

13 lines (10 loc) · 333 Bytes

How to deploy locally

1. Deploy all of the following projects:

2. Clone this repository

3. Open console and run all commands inside the repository

pip install -r requirements.txt
python manage.py db init
python app.py