This repo is the finished product of my blog post here where we are building a todo app with AdonisJs.
- Clone the repo and navigate to it's folder.
- Copy the environment file
cp .env.example .env
- Install dependencies
npm install
- Run migrations
./ace migration:run
- Lift off
npm run serve:dev
If you have any feedback, or found a bug. Please post a comment on my post, create an issue here or submit a PR.