Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 328 Bytes

README

BackEnd

  • Install all requirements as listed in REQUIREMENT.txt -- use Python3.

  • Setup the MySQL database -- i.e. make sure credentials and database in dbmgr.py are correct.

  • Start the server: python server.py The server is listening on port 8888 -- can be changed in line 15 in BackEnd/server.py.