fastify-typescript-starter
fastify-typescript-starter copied to clipboard
This is a simple, opinionated example to get started with a Fastify
Fastify Typescript Starter
This is a simple, opinionated example repo to get started with a Fastify API server built with Typescript.
Built With
- Fastify
- Strict Typescript support
- Testing via Jest
- Reading API in a directory via fastify-autoload
- Documentation generated via fastify-swagger
- Auto generated types from JSON schema with json-schema-to-ts
- Linting via eslint
- Watch files and restart server via ts-node-dev
- Code formatting via Prettier
- Pretty logs during development via pino-pretty