This project provides a basic Fastify API built with TypeScript. It includes:
- Type-safe routing and validation
- Efficient JSON serialization
- Example endpoints (GET, POST) for demonstration
- Run
npm ci
- Create
.env.development
or copy from.env.example
- Change env variables
Run npm run start:watch
Run npm run start
Run npm run build
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
ISC @ Vladimir Poplavskij