This is the Java back-end version. Check the Angular front-end in this link.
- Clone this repo
git clone https://github.com/danielmrcl/meetingRooms-api
. - Run
mvn spring-boot:run
for up the server api. Navigate tohttp://localhost:8080/api/
.
- mvn
Path: GET /rooms
- Get all rooms.
Path: POST /rooms
- Add a room.
Path: GET /rooms/{id}
- Get room by id.
Path: DELET /rooms/{id}
- Delete an room by id.
Path: PUT /rooms/{id}
- Update an room by id.
Developed by Daniel Marcelo