BikeRental is a Java Swing application that allows you to manage a database of users and bikes. It provides an intuitive interface with buttons to add, update and delete users, as well as bikes. It also allows you to rent and return bikes. Once a bike is rented it stores the date and time it is rented and when it is returned a window appears with a qualification of the status of the bike and a cost per rental.
Technologies Used:
- Java
- Java Swing
- MySql
Installation
You might create a MySql server with correct params and import the database in the repository.