npm i
- installs the depsnpm run dev
- runs a local dev servernpm run studio
- runs Prisma studio, a web based database inspectornpm run test
- runs the whole test suite located in__tests__
directory (will take around 45 seconds to complete while waiting for a 30 seconds CRON job)npm run build
- compile with TSCnpm run start
- runs the compiled app
GET /api/generate-random-number
GET /api/entity/:id/update-number