NodeJS
This is a server in NodeJS for application ANNOTATIONS.
- NodeJS
- TypeScript
- Biome
- Postgres
- Biome
- Drizzle Kit
- TSX
- TypeScript
- Paralleldrive/cuid2
- DayJS
- Drizzle ORM
- Fastify
- Postgres
- Zod
- Start container docker
docker-compose up -d
- Run project local
npm install
andnpm run dev
- Populate DB automatic examples
npm run seed
- To see DB in interface web, run
npm drizzle-kit studio
Add in file src/db/schema.ts
:
- After run
npx drizzle-kit generate
for generate a migrations file - Run
npx drizzle-kit migrate
for run migrations
Developed by Diego Souza