This is a simple, opinionated example repo to get started with a Fastify API server built with Typescript.
- 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