Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

Railway-Reservation-System

This is Database System Management course project. The web application has all the features mentioned in the project specification documentation.

How to run

The web application has been deployed here.

Best supported on Google Chrome Web.

To run locally,

  • Install XAMPP: PHP development environment
  • Clone this repo
  • Move the repo to htdocs folder under xammp directory. Rename folder as railapp.
  • Start Apache and MySQL server from XAMPP control panel
  • Then create & import railres.sql database file into PHP Admin

Now, type localhost/railapp in the address bar of the browser.

Features

  • Admin Portal
  • User Portal
  • Find availabe trains [Both direct and alternative routes]
  • Book ticket
  • Find PNR details
  • Dark mode theme

Team