Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.07 KB

VoidPlus API

Technologies and requirements

  • NestJS
  • Prisma

Project

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.

Run

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.

Status

Completed!

License

This API is MIT licensed