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

https://github.com/bouchraakl/lotmaster-backend

LotMaster API & Backend: Streamline parking lot management with Java & Spring Boot. Real-time monitoring, effortless parking sessions, and automated billing.
https://github.com/bouchraakl/lotmaster-backend

api api-rest backend estacionamento hibernate-jpa java parking parking-management parkinglot spring-boot springboot

Last synced: 2 months ago
JSON representation

LotMaster API & Backend: Streamline parking lot management with Java & Spring Boot. Real-time monitoring, effortless parking sessions, and automated billing.

Awesome Lists containing this project

README

          

# LotMaster Backend

Welcome to the API and Backend Implementation readme for the LotMaster System! This document provides comprehensive information about the backend architecture and implementation details of the LotMaster parking management system. By leveraging Java and the Spring Boot framework, the backend offers a powerful and scalable solution for optimizing parking lot operations.

To fully utilize the LotMaster System, please make sure you have set up and run the corresponding [LotMaster Frontend](https://github.com/bouchraakl/LotMaster) repository. The frontend repository contains the user interface and interacts with the backend API to provide a seamless parking management experience.

## Table of Contents

- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Configuration](#configuration)
- [Running the Application](#running-the-application)
- [API Documentation](#api-documentation)

## Features
LotMaster offers a wide range of capabilities to enhance your parking lot management, including:

- **Dashboard**: A centralized dashboard that provides an overview of the parking lot, including occupancy status, available parking spaces, and revenue information.
- **Effortless Parking Sessions**: Initiate and terminate parking sessions with ease, ensuring accurate calculation of duration and fees.
- **Streamlined Vehicle Management**: Register and update vehicle information, including license plates and owner details, for efficient tracking.
- **User-Friendly Interface**: Enjoy a sleek and intuitive user interface that simplifies the parking management process for both owners and customers.
- **Real-Time Monitoring**: Gain complete visibility into parking lot operations, monitor occupancy, and control the allocation of parking spaces.
- **Automated Billing**: Generate receipts and invoices for completed parking sessions, enabling seamless payment processing.
- **Customization Options**: Tailor the Parking Management System to meet the unique needs of your parking facility, with configurable settings and parameters.

## Technologies Used

![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)
![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white)
![Hibernate](https://img.shields.io/badge/Hibernate-59666C?style=for-the-badge&logo=Hibernate&logoColor=white)
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)
![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)

## Getting Started

Follow the instructions below to get the parking management system backend up and running on your local machine.

### Prerequisites

- Java Development Kit (JDK) 11 or above
- IntelliJ IDEA (or any other Java IDE of your choice)
- PostgreSQL (local installation or remote connection)
- Postman (for testing the API)

### Installation

1. Clone this repository to your local machine using:

```shell
git clone https://github.com/bouchraakl/ParkingManagerBackend.git

2. Open the project in your Java IDE (e.g., IntelliJ IDEA).

### Configuration

1. Configure the database connection properties in the `application.properties` file. Provide the necessary details such as database URL, username, and password.

2. If required, modify any other application-specific configurations in the `application.properties` file.

### Running the Application

1. Build the project to download dependencies and compile the code.
2. Run the application using your IDE's run or debug configuration.
3. Once the application is running, you can test the API endpoints using Postman or any other API testing tool.

## API Documentation

For detailed API documentation and examples, please refer to the [API Documentation](https://github.com/bouchraakl/ParkingManagerBackend/wiki/API-Documentation) file on wiki.

## Socials
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/bouchra-akl/)
[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:bushraakl1234@gmail.com)