https://github.com/lucasbbs/dio-meetingroom
https://github.com/lucasbbs/dio-meetingroom
java spring
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasbbs/dio-meetingroom
- Owner: lucasbbs
- Created: 2021-01-16T16:19:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T23:37:03.000Z (about 2 years ago)
- Last Synced: 2025-10-27T01:27:23.916Z (9 months ago)
- Topics: java, spring
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dio-meetingroom
Project of a meeting room manager using Spring + Angular.
Created during the **Everis Fullstack Developer**, in partnership with [Digital Innovation One](https://web.digitalinnovation.one/) in 2021.




## Informations 📢
The project consists of two applications, separated into two repositories.
- Rest API for the backend (this repository)
- Front-end application created in Angular, available in the repository [meetingroom-app](https://github.com/lucasbbs/dio-meetingroom-app)
It was created with the intention of demonstrating the development of an application for registering and viewing meeting rooms.
## Technologies used 🔧
- Java 11
- Spring
- H2 Database Engine
- Lombok
- Gradle
- Swagger
## Running the application 🚀
Scripts for initialization:
```bash
# Building the project
gradle build
# Running the application:
gradle bootRun