Room-Manager is a project made by @Igor_Silva as a code challenge to hiring process at smart-host. This project is a Spring-Boot REST API with java 11.
Use gradle to build and run this project .
./gradlew bootRun
Use gradle to run the project tests
./gradlew test
You can find a documentation provided by Swagger on the index path and also you can find a documentation folder inside main folder with all the resquests, responses providedby the Unit Tests and integration testes.