This DEMO API will be used to showcase typescript, nodejs,JWT, CICD and more.
nodejs >= 18.20.2
- Install dependencies
bun install
- Install prisma,prisma client and generate tables
bun install @prisma/client prisma
bunx prisma generate && bunx prisma migrate dev --init
- Test Code
bun run test
- Start API
bun start or bun run dev