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
- Host: GitHub
- URL: https://github.com/connor11528/express-todo
- Owner: connor11528
- Created: 2013-12-22T14:04:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T01:51:54.000Z (about 11 years ago)
- Last Synced: 2024-04-13T03:20:47.734Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://express-mongo-jade-todo.herokuapp.com/
- Size: 1.74 MB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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