About | Features | Technologies | Requirements | Starting | License | Author
A gRPC microservice implementation using nestJS, with tests, authentication, and error handling. I implemented the basic usage of gRPC microservices in nestJS
✔️ Microserviços em gRPC, com transmissão binária de dados
✔️ Maior throughput do sistema, mais requisições e respostas podem ser feitas
✔️ Autenticação utilizando nest guards
✔️ Validações utilizando DTOs
✔️ Testes unitários
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/FirerPlayer/microservices-nestjs
# Access
$ cd microservices-nestjs
# Install dependencies
$ npm i
# Run the project
$ npm run start:dev
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Micael