The Leasing System is a comprehensive platform designed to streamline the management of vehicle rentals. It offers a seamless experience for both customers and administrators, enabling efficient handling of vehicle reservations, user management, and rental agreements. The system is equipped with features such as secure authentication, dark mode, and language toggling to enhance user experience.
- User-friendly interface for easy navigation and interaction.
- Customer portal for customers to view and manage their lease agreements.
- Administrator dashboard for managing lease agreements and payments.
- Secure authentication and authorization system to ensure data privacy.
- Dark mode and language toggle options.
- Integration with GitHub for version control and collaboration.
- Implement the Language Toggle feature.
- Clone the repository to your local machine:
git clone https://github.com/brunoliratm/leasing-system.git
- Navigate to the project directory:
cd leasing-system
- Run the application using Maven:
mvn spring-boot:run
- Access the application through the provided URL 'http://localhost:8080'.
- Access the application through the provided URL.
- Sign up as a customer or log in as an administrator.
- Add cars, add user details, and more.
The application can be deployed on any server that supports Java. Follow these steps to deploy:
- Build the project using Maven:
mvn clean package
- Deploy the generated WAR file to your server.
Run the tests using Maven:
mvn test
Contributions are welcome! If you would like to contribute to the Leasing System, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
This project is licensed under the MIT License. See the LICENSE file for more information.