Skip to content

Train Enquiry Plus Plus - India. Train Enquiry Web App for Indian Railways

License

Notifications You must be signed in to change notification settings

vggajam/tepp-in

Repository files navigation

Train Enquiry Web App for Indian Railways

Currently hosted in gcloud at https://tepp-in.el.r.appspot.com

Features :

Frameworks and tools used:

How it works :

  • Train schedule for all trains is scrapped from irctc/mntes website and stored in sqlite database. check out DB_tools.py for the same.
  • Web app queries the database and shows the results. checkout main.py for the same