Skip to content

gbutb/room-reservation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room Reservation System

Actions Status

Build instructions

cd to the root of the repository and execute:

> mvn clean package

To run tests and generate coverage report use:

> mvn clean verify

Deploying

To deploy the application run the following command:

> mvn clean spring-boot:run 

Screenshots

Main page: alt text Room page: alt text Register page: alt text Login page: alt text Settings page: alt text