Small Rest API, with Unit and E2E tests.
NestJS
Prisma
SQLite
- Clone repository
- Run command
npm install
- Start backend with command
npm run start
- Migrate database with command
npx prisma migrate dev
- Generate Prisma Client
npx prisma generate
- Seed database with command
npm run seed
- Open prisma studio to see data
npx prisma studio
npm run test
npm run test:e2e
npm run test:cov