This is an API for registering Movies, Users and add watched movies to a favorites list.
Install all dependencies:
npm install
Then run:
npm run start:dev
Lastly access http://localhost:3000. You can import the insomnia collection and test the existing routes or you can use Swagger.
You can access the deployed application on https://streaming-api-1.herokuapp.com/api/.
Done ✅
This project is under the MIT License. See LICENSE file for more details.