Skip to content

dilipsundarraj1/Teach-ReactiveSpring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-reactive-spring

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 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

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages