Skip to content

elaich/sicktasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SickLists ToDo Web Application

A simple to-do application, based on a express.js REST api web service connected to a mongo database, consumed by some jQuery code. screenshot1 screenshot2 screenshot3 screenshot4

  1. Prerequisites

  • npm
  • MongoDB
  1. 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
  1. 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))

About

Tasks system with express.js and jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published