An open API service indexing awesome lists of open source software.

https://github.com/amineo/adonisjs-todo

A simple ToDo app created only with Adonis.
https://github.com/amineo/adonisjs-todo

Last synced: 9 months ago
JSON representation

A simple ToDo app created only with Adonis.

Awesome Lists containing this project

README

          

![AdonisJS: ToDo App](https://raw.githubusercontent.com/amineo/adonisjs-todo/master/_blog-images/adonisjs-todo-notes.png)

## About
The purpose of creating this ToDo app was to get more comfortable with Node and the [Adonis framework](http://www.adonisjs.com). 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**](https://anthonymineo.com/adonisjs-todo-app/)


## Install
```
npm install
```

## How to Run
```
npm run serve:dev
```
[http://localhost:3333/](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](https://github.com/adonisjs/adonis-framework) and [Documentation](http://www.adonisjs.com/docs/3.2/overview).