This repo contains an example application of the Adonis Framework 5
- NodeJS 16.3.2
git clone git@github.com:Devajayantha/ads-todo.git
After that, make .env
file or can do with copy from .env.example
Run adonis key:generate
to generate private key
Run npm install
to innstall dependecies
Run node ace serve --watch
to start the development server by running