Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vggajam committed May 25, 2021
1 parent 6147bd1 commit 4c06dcb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Web-App
# Train Enquiry Web App for Indian Railways

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

## Features :
- 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

## Technologies :
- [Flask](https://flask.palletsprojects.com/)
- [SQLite](https://www.sqlite.org/)
- [Flask-sqlalchemy](https://flask-sqlalchemy.palletsprojects.com/)
- [requests](https://docs.python-requests.org/)

## How it works :
- Train schedule for all trains is scrapped from irctc website and stored in sqlite database. check out ./tools/generate_DB.py for the same.
- Web app queries the database and shows the results. checkout ./main.py for the same

0 comments on commit 4c06dcb

Please sign in to comment.