/RailwayReservation_DBMS_project

Here is the academic project of DBMS upon the topic of railway reservation system

RailwayReservation_DBMS_project

A Dummy Railway Reservation system akin to IRCTC - current railway reservation system in India. The project was made using PostgreSQL.

Features Include

*Shows Trains between stations.
*Shows Availability of Seats in a Train.
*Shows Waiting List.
*Shows PNR status.
*Books Tickets
*Cancels Booked Tickets

Design Steps

*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.