- This repository has the code to learn the reactive spring .
- This codebase has the source code for the Item Reactive API that will be built as part of the course.
- This codebase has the source code for the client project that will be built in this course.
- You need to install the Mongo DB in your local for the complete application to work.
- Run the below command to install the MongoDB.
brew services stop mongodb
brew uninstall mongodb
brew tap mongodb/brew
brew install mongodb-community
- How to restart MongoDB in your local machine.
brew services restart mongodb-community
- Follow the steps in the below link to install Mongo db in Windows.
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/