Skip to content

API with Spring Boot to manage our meeting rooms using Spring Data for data persistence and the H2 in-memory database.

Notifications You must be signed in to change notification settings

danielmrcl/meeting-rooms-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Room Project

This is the Java back-end version. Check the Angular front-end in this link.

To run:

  1. Clone this repo git clone https://github.com/danielmrcl/meetingRooms-api.
  2. Run mvn spring-boot:run for up the server api. Navigate to http://localhost:8080/api/.

Requirements

  • mvn

Endpoints

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

About

API with Spring Boot to manage our meeting rooms using Spring Data for data persistence and the H2 in-memory database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages