Untitled

 avatar
unknown
plain_text
13 days ago
698 B
6
Indexable
IRCTC Train Search and Ticket Booking System
Design a low-level system for IRCTC  that allows search for trains, view train details, book tickets. Following OOPS principle

Core Features

Train Search:

Users can search for trains between a source and destination on a specific date.
As well Pass through the source and destination stations.
Users can filter results by class (e.g., Sleeper, AC, General).


Train Details:

Users can view detailed information about a train, including:

Schedule (departure and arrival times)

Seat availability

Fare for each class

Ticket Booking:

Can book tickets for a selected train and class.

The system should handle seat allocation and payment processing.
Leave a Comment