In this masterclass, dani teaches how a Microservices architecture works, what best practices to use, in addition to "getting your hands dirty", building applications in NodeJS, using microservices.
The following technologies were used in the development of this application:
Clone the project and access the folder.
$ git clone git@github.com:jardeylsonJacinto/Microservice-with-nodejs.git
$ cd Microservice-with-nodejs
Follow the steps below:
# Install the dependencies
$ cd cliente
$ npm install
# Start the server project
$ npm run dev
$ cd pedido
$ npm install
# Start the server project
$ npm run dev
$ cd produto
$ npm install
# Start the server project
$ npm run dev