/adonis-todo

Primary LanguageJavaScript

AdonisJs Todo App

This repo is the finished product of my blog post here where we are building a todo app with AdonisJs.

Installation

  1. Clone the repo and navigate to it's folder.
  2. Copy the environment file cp .env.example .env
  3. Install dependencies npm install
  4. Run migrations ./ace migration:run
  5. Lift off npm run serve:dev

Feedback

If you have any feedback, or found a bug. Please post a comment on my post, create an issue here or submit a PR.