Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 618 Bytes

Room-Manager

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.

Run

Use gradle to build and run this project .

./gradlew bootRun

Use gradle to run the project tests

./gradlew test

Usage

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.