/adonisjs-todo

A simple ToDo app created only with Adonis.

Primary LanguageJavaScript

AdonisJS: ToDo App

About

The purpose of creating this ToDo app was to get more comfortable with Node and the Adonis framework. This isn't a walk-through on how to create a ToDo App, but rather the bits-and-pieces of Adonis that makeup the app.

Blog Post


Install

npm install

How to Run

npm run serve:dev

http://localhost:3333/


AdonisJs

If you haven't heard of Adonis before, it's a very nice MVC framework for Node that's heavily inspired by some of the most battle-tested frameworks like Rails, Django and Laravel. Be sure to checkout the official AdonisJs repo and Documentation.