Minimal Fastify TypeScript API boilerplate with Mongoose, Jest, ESLint, Docker
A minimal Fastify TypeScript boilerplate that scaffolds a backend API using Mongoose for MongoDB, Jest for testing, and ESLint for linting. It includes Docker support, environment configuration, and a health endpoint; suited for REST APIs and small services that require TypeScript typing and containerized deployment.
0