This is a POC (proof of concept) for AdonisJS.
Is a API Rest to manage your TV Series with watchlist or already watched
docker-compose up -d --build
Note: You must configure a Postgres Database and set credentials on
.env
file
npm install
adonis migation:run
npm run serve