fastify-drizzle-quick-start
fastify-drizzle-quick-start copied to clipboard
Quick start for Fastify, TypeScript, XO, Prettier and DrizzleORM w/ Postgres and Redis
fastify-drizzle-quick-start
Quick start for Fastify, TypeScript, ESlint, Prettier and DrizzleORM
Quick Start
Comes equipped with
- Dockerfile including postgres and redis
- TypeScript
- XO
- Prettier
- DrizzleORM
- Fastify
- Zod
Prerequisites
Getting Started
- Clone the repo
- Run
yarn install - Run
docker-compose up -d(-d to detach from the terminal) - Run
yarn devto start the dev server - Make your changes
- Run
yarn lintto lint your code - Run
yarn buildto build the project - Run
yarn startto start the production server