- NestJS
- Prisma
Film API developed as a partial evaluation of Blue Edtech's fullstack 2 module backend week. The application is a simple API that does a full CRUD with users, movies and marks as watched.
Install all dependencies:
npm install
Then run:
npm run start:dev
Lastly access http://localhost:3001. You can import the insomnia collection and test the existing routes.
Completed!
This API is MIT licensed