A simple task list (todo) application in AdonisJS
https://scotch.io/tutorials/building-a-web-app-with-adonisjs
- Run
npm install
to install all dependencies - Make a copy of
.env.example
rename it to.env
- Run
adonis key:generate
to generate the secret key - Run
adonis migration:run
to setup the database - Run
adonis serve --dev
to run the application