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