/AdonisJS-Tasks

📝 Getting started AdonisJS (To-do App)

Primary LanguageJavaScript

Adonis Task(Todo) Application

A simple task list (todo) application in AdonisJS

Demo

Alt Text

Tutorial Reference

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

How to run

  • 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