Web application made in Java for searching hotels and room booking.
- create, change and delete hotels
- create, change and delete rooms
- create, change and delete room types
- create, change and delete hotel managers
- change or delete client info
- change hotels where he has permission
- create, change, delete rooms where he has permission
- create, change, delete room types where he has permission
- search hotels
- search rooms
- make reservations
- cancel reservation
- Java (JSP, Java servlets)
- HTML5, CSS3, JavaScript
- XAMPP (Apache, MySQL, Tomcat)
Download XAMPP Control Panel.
Run and start Apache and MySQL.
Create hotels
database with phpmyadmin. Import hotels.sql
into that database.
Clone this repo git clone https://github.com/bojangabric/room-reservation
and open it in NetBeans.
Change /src/java/com/bojan/database/ConnectionProvider.java with your credentials.
See the LICENSE file for license rights and limitations (MIT).