Skip to content

Learn AdonisJS by making a simple task list (TODO) app

Notifications You must be signed in to change notification settings

NaufalHSyahputra/todo-adonisjs

Repository files navigation

AdonisJS Task list (TODO)

Simple task list(TODO) using AdonisJS and MySQL

Source : https://scotch.io/tutorials/building-a-web-app-with-adonisjs

Setup

  1. Git Clone
  2. Run npm install.
  3. Rename .env.example to .env
  4. Setting your database connection in .env
  5. Run migration:run to migrate the table
adonis migration:run
  1. Run Adonis serve to run the todo app
adonis serve --dev

About

Learn AdonisJS by making a simple task list (TODO) app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published