Skip to content

Repository created to demonstrate the functioning and performance of an API in adonis.js

License

Notifications You must be signed in to change notification settings

dioguoliveira/hotflix-api-adonisjs

Repository files navigation

HOTFLIX API Adonis.js

Repository created to demonstrate the functioning and performance of an API in Adonis.js

Install

Use the adonis command to install the blueprint

> npm install
> cp .env.example .env
> adonis key:generate
> adonis migration:run
> adonis seed --files DatabaseSeeder.js
> adonis serve --dev

Routes

Note: It will still be developed

About

Repository created to demonstrate the functioning and performance of an API in adonis.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published