Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 224 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 224 Bytes

Install Dependencies

If you don't have pipenv:

pip install --user pipenv

From inside the backend directory:

pipenv install

Start the Server

Development:

pipenv run flask run

Prod:

See TODO in hello.py