A Dummy Railway Reservation system akin to IRCTC - current railway reservation system in India. The project was made using PostgreSQL.
*Shows Trains between stations.
*Shows Availability of Seats in a Train.
*Shows Waiting List.
*Shows PNR status.
*Books Tickets
*Cancels Booked Tickets
*Write a description of the scenario.
*Draw ER Diagram for the scenario.
*Create relational schema diagram from your ER diagram.
*Implement the database as separate schema on the PostgreSQL server.