Skip to content

brownield-community/microservice-template

 
 

Repository files navigation

NestJS Microservice

Start Template

Technologies

PostgresSQL
PostgresSQL
TypeORM
TypeORM
Docker
Docker
Docker
RabbitMQ

Initial settings

  • create .env file. Example inside .env.example
  • create Postgres db and set url to the .env or run docker-compose file with postgres
  • install dependencies
yarn install
  • run migrations
yarn migration:run

Start app

yarn start

# develop
yarn start:dev

# production
yarn start:prod

Happy Coding 🧑‍💻

About

Start template to code microservice with RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 91.1%
  • JavaScript 7.5%
  • Dockerfile 1.4%