Skip to content

It's a REST API responsible for controlling the parking spot of an apartment condominium.

License

Notifications You must be signed in to change notification settings

maxProgrammer/parking-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚙 parking-control 🚙

Status: Completed ✅

It's a REST API responsible for controlling the parking spot of an apartment condominium.

Readme

🔘 Fields of ParkingSpotModel are:

  • id
  • parkingSportNumber
  • licensePlareCar
  • brandCar
  • modelCar
  • colorCar
  • registrationDate
  • responsibleName
  • apartment
  • block

📔 Features

This API has only a feature that allows a parking spot CRUD.

🤝🏽 Business Rules

The user can't park in three situations:

  • The LicencePlateCar is already in use.
  • The Parking spot is alredy in use.
  • The number of apartment/block is already in use.

⚒️ Technologies

  • Java 11
  • Spring Boot
  • Maven
  • PostgreSQL

🌱 Starters

  • Spring WEB
  • Spring Data JPA
  • Lombok
  • Spring Boot DevTools
  • Validation
  • PostgreSQL Driver
  • Swagger UI

🪖 Patterns

  • MVC
  • IOC
  • DTO

📲 contact

About

It's a REST API responsible for controlling the parking spot of an apartment condominium.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages