Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 781 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 781 Bytes

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