Fastify and TypeScript HTTP API starter with auth, DB, and Docker.
A Fastify and TypeScript HTTP API starter that provides sane defaults for configuration, routing, database access, authentication, logging, one-time passwords (OTP), mailing, and Docker deployment. It uses Fastify for the server, Knex for SQL migrations/queries, and supports JWT-based auth and containerized deployment; suited for building RESTful APIs and backend services.
0