A simple to-do application, based on a express.js REST api web service connected to a mongo database, consumed by some jQuery code.
- Prerequisites
- npm
- MongoDB
- Installing
Get a copy of the application:
$ git clone https://github.com/SickSince/sicktasks.git your/directory
Install the application dependencies with npm:
$ npm install
Launch server and DataBase
$ node sicklists.js
$ mongod
- To-Do
This application is still at its first days, and need more work, here is a little list of my projects:
- Add a remove button
- Use sessions and cookies to remember users
- Authentification system may be ..
- Integrating backbone.js (To learn))