DOKL57 / spring-reactive

Reactive CRUD with Spring WebFlux and embedded mongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-reactive

License: WTFPL
Reactive CRUD with Spring WebFlux, embedded mongoDB and integration tests

Running the application locally

git clone https://github.com/DOKL57/spring-reactive.git
cd ./spring-reactive
mvn spring-boot:run

Explore Rest APIs

The app defines following CRUD APIs.

Products

Method Url Description
GET /products Get list of all products
GET /products/{id} Get product by {id}
GET /products/range Get all products with price from {min} to {max}
POST /products/ Add new product
PUT /products/update/{id} Update product with {id}
DELETE /products/delete/{id} Delete product with {id}

About

Reactive CRUD with Spring WebFlux and embedded mongoDB


Languages

Language:Java 100.0%