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

https://github.com/connor11528/express-todo

template web app with express
https://github.com/connor11528/express-todo

Last synced: 3 months ago
JSON representation

template web app with express

Awesome Lists containing this project

README

          

express-todo
============

This is a basic todo-list application made out of pure javascript. Here's the [FULL TUTORIAL](http://connorleech.ghost.io/build-a-javascript-todo-app-with-express-jade-and-mongodb/) and you can also check out the [DEMO](http://express-mongo-jade-todo.herokuapp.com/)

The server uses express, the view templates use jade and the database is MongoDB with the mongoose driver