Microservice with nodejs

Captura de tela de 2023-12-18 14-45-13 GitHub repo size daniLeão

💻 Project

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.

💻 technologies

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:

Server

# 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

My Contacts 📬

image image image