/voidplus-api

API de filmes desenvolvido como avaliação parcial da semana de backend do módulo de fullstack 2 da Blue Edtech.

Primary LanguageTypeScriptMIT LicenseMIT

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