A showcase project of a microservices back-end web app created with NestJs, utilizing NATS and GRPC for commumncation between services.
The services in the project are merely mock examples of how a real world microservice would be.
- Create env for each service based on the env.example file in the root directory of each service.
- Application can be built and run using docker compose tool.
Make sure you have Docker installed and running on your machine; then run this command in the root directory of the project
# linux
$ docker compose up --build -V