An RESTful API to create, read, update and delete rooms using Spring Boot.
To learn Java for back-end development using Spring.
- Java
- Spring
- Postman
- IDE IntelliJ
- A controller to manage the routes between the repository and entities.
- An entity/model/object called 'Room' to provide the properties, constructor and getters & setters.
- An entity called 'Message' for handling statuses.
- A local repository to hold the room database when used in conjunction with Postman.
- An exception when there is no valid id.
- Completed all tests for the different routes.