Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 320 Bytes

A boilerplate code to get you started with fastify, ts and jest

It contains the following services

  • Fastify with typescript
  • Prisma ORM
  • Jest configuration
  • RabbitMQ's service pre-configured
  • Redis service pre-configured
  • Follows controller > service > repository pattern.
  • Included tests for built-in services