/watchmaniac-adonis

POC usando o AdonisJS

Primary LanguageJavaScript

Watchmaniac Adonis

This is a POC (proof of concept) for AdonisJS.

Is a API Rest to manage your TV Series with watchlist or already watched

Up with docker

docker-compose up -d --build

Up manually

Note: You must configure a Postgres Database and set credentials on .env file

npm install
adonis migation:run
npm run serve