This repo contains a microservices API built with NestJS, Stripe, Nodemailer, JWT, and RabbitMQ. It is a great starting point for building a scalable and secure API.
If you want to run the apps all you have to do is install the packages and run the server
$ pnpm install
$ pnpm start
# development
$ pnpm start:dev