Currently hosted in gcloud at https://tepp-in.el.r.appspot.com
- Shows the direct trains and connecting trains from Source to Destination for a given date at https://tepp-in.el.r.appspot.com/enquiry
- Shows some interesting facts of indian railways at https://tepp-in.el.r.appspot.com/facts
- 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