Nestjs-Postgres-RabbitMQ-JWT-AWS
Nestjs-Postgres-RabbitMQ-JWT-AWS copied to clipboard
Microservices API built with NestJS + Stripe, Nodemailer, JWT, RabbitMQ...
âšī¸ Description
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.
đ Installation
If you want to run the apps all you have to do is install the packages and run the server
$ pnpm install
đ Running the app
$ pnpm start
# development
$ pnpm start:dev