Skip to content

vasyl-ivanchuk/nestjs-sample

Repository files navigation

nestjs-sample

Simple app built on the nestjs framework. Consists of next microservices:

  • orders: responsible for order management
  • payments: responsible for payments processing
  • delivery: mock service responsible for delivery

Uses:

  • mongodb: to store the orders
  • redis: for the microservices communication

How to run:

  • to use local code base run:
docker-compose build
docker-compose up
  • to run the app using built docker images use next commands:
docker-compose -f docker-compose.production.yml up

Endpoints:

About

Simple app built on the nestjs framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published