Skip to content

anxheloo/amenity-reservation-system-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amenity-reservation-system

An amenity reservation system where users/residents can log in and reserve a time to use a service such as fitness center, pool, or sauna in a hypothetical apartment complex. Each amenity will have a certain capacity (number of people that can use the service at the same time) so that people can make use of the amenities safely during the Covid-19 pandemic. Whole development process and technical decisions has been explained in this tutorial:

https://www.freecodecamp.org/news/spring-boot-tutorial-build-fast-modern-java-app/

Technologies

  • Spring Boot
  • Thymeleaf
  • Hibernate
  • Swagger
  • Spring Security
  • Bootify
  • Maven
  • JPA
  • H2 In-Memory Database
  • Bootstrap

Use Cases / User Stories

  • Users should be able to log in.
  • We will assume that the accounts of residents are pre-created and there will be no sign-up feature.
  • Users should be able to view their reservations.
  • Users should be able to create new reservations by selecting the amenity type, date, and time.
  • Only logged-in users should be able to see the reservations page and create reservations.
  • We should check the capacity and only create new reservations if the current number of reservations does not exceed the capacity.

About

Reservation System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published