An open API service indexing awesome lists of open source software.

https://github.com/atechguide/spring5-mongo-recipe-app

Recipe App based on NoSQL MongoDB
https://github.com/atechguide/spring5-mongo-recipe-app

project

Last synced: 8 months ago
JSON representation

Recipe App based on NoSQL MongoDB

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/kamranalinitb/spring5-mongo-recipe-app.svg?style=shield)](https://circleci.com/gh/kamranalinitb/spring5-mongo-recipe-app) [![codecov](https://codecov.io/gh/kamranalinitb/spring5-mongo-recipe-app/branch/master/graph/badge.svg)](https://codecov.io/gh/kamranalinitb/spring5-mongo-recipe-app)

# Recipe App

This app spun off from its [parent](https://github.com/kamranalinitb/spring5-recipe-app) SQL based Recipe App.
It uses reactive servlet (WebFlux) and reactive MongoDB adapter making it Reactive End to End.

Developed while learning Reactive Programming and WebFlux @[SpringFrameworkGuru](https://courses.springframework.guru/p/spring-framework-5-begginer-to-guru)