This project is simple hotel room reservation web application.
Project is created with:
- Java: 1.8
- Bootstrap: 4
- MySQL
To run this project, install it locally and run on a prefferd local server:
First of all you need to config your database attributes. I have manage those config in a seperate file called Helper.java (src/utils/Helper.java) In there you can mention your configurations.
Next you need to migrate database => http://localhost:8080/MRRS-OOP/reservation_controller?command=DB_MIGRATE you need to give this URL and it will automatically do the migration for you and redirect to the homepage.
Finally you have to add some data to rooms table.
Yes you're done ! Happy hacking <3


