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.
- Host: GitHub
- URL: https://github.com/amineo/adonisjs-todo
- Owner: amineo
- Created: 2017-04-23T15:51:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T15:58:35.000Z (over 8 years ago)
- Last Synced: 2025-01-24T12:23:42.336Z (11 months ago)
- Language: JavaScript
- Homepage: https://anthonymineo.com/adonisjs-todo-app/
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

## 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).