Skip to content

A microservice that provides RESTful API for managing car, rent companies and rentals.

Notifications You must be signed in to change notification settings

lukamilo99/rent-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rent service

Description

A service is responsible for managing user cars, rent companies and rentals information. Company managers display information about their cars, including details such as type, model, brand, and availability. Clients search for cars based on their preferences, such as location, type, model, brand of vehicle and then make a reservation during an available time period. Authorization is done using Spring Security and user roles(client, manager). Communication with the user service is done synchronously, to obtain information needed for making rentals(ranks and discounts). Data is stored in relational database(MySQL).

Structure

This service is part of a Rent-a-Car application that is structured as a set of microservices:

Each microservice is responsible for a specific task, and they work together to provide the functionality.

About

A microservice that provides RESTful API for managing car, rent companies and rentals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages