Skip to content

Latest commit

 

History

History
executable file
·
26 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

executable file
·
26 lines (10 loc) · 318 Bytes

Install pip if needed

    sudo apt-get install python-pip

Install libraries

    pip install click flask sqlalchemy

Edit server.py to set your database URI

    DATABASEURI = "<your database uri>"

Run it in the shell

    python server.py

Get help:

    python server.py --help