Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 404 Bytes

File metadata and controls

18 lines (7 loc) · 404 Bytes

CS2102 Team 6 Project start guide

To run the project:

  • Download the repository files to your laptop

  • Open a terminal window and access the folder in which you have stored the downloaded files

  • Type python3 initialize_db.py to create the tables and dummy data

  • If you have already created the tables, type python3 clear.py to drop the tables

  • To run the application, type python3 run.py