- This application allows you to register, login and store or archive TV series.
- It is primarily used as an API for tv-list (https://github.com/justinasit/tv-list) app.
- Application is written in NodeJS and uses ExpressJS framework.
- MongoDB is being used as a database.
- The app is set up to be deployed to AWS Lambda by using Serverless.
- Node & Yarn
- Clone tv-list-api repository.
- Run
yarn
to install all dependencies. - Copy
.env.example
file and name it.env
. - Fill in the JWT and database details in the
.env
file. - Use
yarn start
to run the app. - Application can be consumed by an API client (Postman, Insomnia etc.) or by hooking up the front-end TV-List app.