An open API service indexing awesome lists of open source software.

https://github.com/exploit-experts/leasing-system

The "Leasing System" is a comprehensive platform designed to streamline vehicle rental management. It provides an integrated experience for customers and administrators, facilitating vehicle reservations, user management, and lease agreements;features include secure authentication, dark mode, and language toggle options
https://github.com/exploit-experts/leasing-system

academic-project h2-database html java javascript jdbc spring-boot spring-security thymeleaf

Last synced: 5 months ago
JSON representation

The "Leasing System" is a comprehensive platform designed to streamline vehicle rental management. It provides an integrated experience for customers and administrators, facilitating vehicle reservations, user management, and lease agreements;features include secure authentication, dark mode, and language toggle options

Awesome Lists containing this project

README

          





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.




size-repo


Issues


Pull Requests


License


## Features
- 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.


## Roadmap
- [ ] Implement the Language Toggle feature.


## Screenshots

Customer Portal

![Customer Portal](https://github.com/Exploit-Experts/leasing-system/blob/master/images/customer-page.png?raw=true)

Administrator Dashboard

![Administrator Dashboard](https://github.com/Exploit-Experts/leasing-system/blob/master/images/admin-page.png?raw=true)

Authentication

![Authentication](https://github.com/Exploit-Experts/leasing-system/blob/master/images/login-page.png?raw=true)


## Installation

### Prerequisites
- ![Java](https://img.shields.io/badge/Java-21-blue)
- ![Maven](https://img.shields.io/badge/Maven-3.6.0-blue)

### Step by Step

1. Clone the repository to your local machine:
```sh
git clone https://github.com/brunoliratm/leasing-system.git
```
2. Navigate to the project directory:
```sh
cd leasing-system
```
3. Run the application using Maven:
```sh
mvn spring-boot:run
```
4. Access the application through the provided URL 'http://localhost:8080'.

### Usage
1. Access the application through the provided URL.
2. Sign up as a customer or log in as an administrator.
3. Add cars, add user details, and more.

### Deployment
The application can be deployed on any server that supports Java. Follow these steps to deploy:

1. Build the project using Maven:
```sh
mvn clean package
```
2. Deploy the generated WAR file to your server.

### Testing
Run the tests using Maven:
```sh
mvn test
```

## Technologies Used
- ![Java](https://img.shields.io/badge/Java-21-blue)
- ![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.4.0-brightgreen)
- ![Thymeleaf](https://img.shields.io/badge/Thymeleaf-3.0.12-blue)
- ![H2 Database](https://img.shields.io/badge/H2%20Database-1.4.200-blue)
- ![Maven](https://img.shields.io/badge/Maven-3.6.0-blue)
- ![Bootstrap Icons](https://img.shields.io/badge/Bootstrap%20Icons-1.11.3-blue)
- ![Lombok](https://img.shields.io/badge/Lombok-1.18.20-blue)
- ![Swagger](https://img.shields.io/badge/Swagger-2.2.25-brightgreen)
- ![Spring Security](https://img.shields.io/badge/Spring%20Security-5.6.0-brightgreen)
- ![Actuator](https://img.shields.io/badge/Spring%20Boot%20Actuator-2.6.0-brightgreen)

## Team





Bruno Magno



Paulo de Araujo



Marcelo Mesquita



Jonathan Rocha



Klismans Nazário



Leandro Oliveira


## Contributing
Contributions are welcome! If you would like to contribute to the Leasing System, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your changes to your forked repository.
5. Submit a pull request to the main repository.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Documentation
- [Java 21 Documentation](https://docs.oracle.com/en/java/javase/21/)
- [Spring Boot](https://spring.io/projects/spring-boot)
- [Lombok](https://projectlombok.org/)
- [Thymeleaf](https://www.thymeleaf.org/)
- [H2 Database](https://www.h2database.com/html/main.html)
- [Maven](https://maven.apache.org/)