Click.uz SHOP-API implemenation example
100% typesafe example with typescript.
Stack
- Node.JS
- Fastify
- Prisma
- Zod
- Typescript
Created some dummy database model
Check prisma/schema.prisma
file to learn more.
Usage:
npm install
npm run migrate:dev
npm run build
npm start