Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 515 Bytes

File metadata and controls

10 lines (10 loc) · 515 Bytes

#Setup

  • Fork repo
  • clone the repo
  • make sure you have mysql server installed (workbench or xampp)
  • open project in your preferred IDE
  • navigate to Database/database.py
  • change the test123$ in the line of code create_engine('mysql://root:test123$@localhost/transport', echo=False) to your password of you own server
  • save the changes
  • GO to your mysql server and create a database schema called transport use the comand create schema transport
  • Come back to our IDE and run the widget.py file