Creating a database for IRCTC Steps to Follow(On the terminal):
- run python create-db.py
- run python populate-db.py
- run python user-create.py => to create a new user
- run python reservation.py => to book a ticket
- run python cancel_ticket.py => to cancel a ticket
- run python query.py => to run some basic queries