Skip to content

NissoStudios/TransMap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

A local transport mapping system with bus service functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%