Skip to content

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

executable file
·
19 lines (15 loc) · 460 Bytes

Rooms App

Rooms is a web based booking software package that makes it easy for you to manage rooms and resources. Project done in Java with Spring Boot, JPA(Hibernate), Maven, Lombok and Full Calendar plugin. This is simple CRUD application.

Preview

app-preview

To run application

$ ./mvnw spring-boot:run

To compile application

$ ./mvnw clean install