Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.33 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.33 KB

Challenge ONE | Java | Back-end | Hotel Alura

🗒 Project Description

The objective of the challenge was to develop a simple application using Swing and JDBC that allowed to perform CRUD operations on a relational database.

✅ Requirements

➡ Create a new reservation.

➡ List the bookings and guests information.

➡ Edit and Delete bookings and guests information.

🖥️ Tools used:

  • Java Platform, Standard Edition 20 Development Kit (JDK 20) ☕

  • JCalendar.

  • MySQL.

  • C3PO to create the Pool of connections.

  • IntelliJ IDEA.