Railway management system created with java, Tomcat server and MySQL.
It has the following functionalities
- Adding, updating and deleting stations and trains.
- Adding multiple passengers at once
- Viewing all bookings, filtering and searching for data.
- Printing of receipts for train tickets.
Clone project or download zip file and paste in NetbeansProjects
You'll have to re configure the jdbc with the latest driver
Check the src/railway, you'll see an sql file.
- Create a database in your phpMyAdmin or MySQL workbench with the name "railway".
- Import the railway.sql file
- Correct / Configure the issue for your jdbc driver, you are good to go.
- If you have an issue with port find and replace the port in the files, look for localhost:3306 and replace with localhost:<your_port_number>