RailConnect is a comprehensive Railway Management System developed using PHP. It aims to streamline and automate various operations and processes involved in the management of a railway system, enhancing efficiency, safety, and the overall user experience.
- Book your ticket
Trains Available
Enter details
Payment Portal
Confirmation of Booking
Book for more than 1 passengers
b. Real-time Train Tracker: Tracks trains based on their current location and the scheduled departure and arrival times, providing accurate information to users.
-
PNR Enquiry: Allows passengers to check the status of their bookings, including seat availability and confirmation status.
-
User Registration and Booking: Users can register, log in, and book tickets for multiple passengers using a single PNR.
- PHP 7.0 or higher
- MySQL (or other compatible relational database)
- Web server (e.g., Apache)
- Download XAMPP server at www.apachefriends.org/download
- Clone this repository in the htdocs folder of XAMPP
- Change MySQL password using the XAMPP
mysqladmin -u root password
Change password to pass123
- load the
registrations.sql
file into the phpMyAdmin database - In your browser enter http://localhost/RailwayManagementSystem