Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 270 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 270 Bytes

This is a simple server built using flask and sqlalchemy in python3 with a sqlite backend. No other dependencies required.

Use the config file to set the host ip and port number.

to initialize, run database_setup.py then populate.py. to start the server, run views.py