Skip to content

Files

Latest commit

author
Zhi Ji
Nov 27, 2018
09396d7 · Nov 27, 2018

History

History
This branch is 49 commits ahead of, 6 commits behind haomengchao/project1:master.

webserver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 27, 2018
Nov 19, 2018
Oct 25, 2018
Nov 19, 2018
Nov 27, 2018

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