Skip to content

stetsolutions/fastify-postgresql-back-end

Repository files navigation

fastify-postgresql-back-end

Back-end starter using:

  • Fastify 3
  • Nodemailer 6
  • PostgreSQL 14
  • TypeBox
  • TypeScript 4
  • fastify-casbin 2
  • fastify-passport
  • fastify-secure-session 3
  • zxcvbn-ts

Compatible with:

Install

npm i

Configure

Test

npm test

Run

Development

npm run dev

Production

npm start

Docker

npm run compose