Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 881 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 881 Bytes

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