Skip to content

Simple redis backed todo app changed to use MongoDb.

Notifications You must be signed in to change notification settings

xmahle/nodejs-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Todo App (MIT License)

Fork from amirrajan Node.js - Todo example

Changed to use MongoDb instead of redis.

My first experiment with Node.js ...

##Install Node

Go to http://nodejs.org and install NodeJS

##Fork me

git clone https://github.com/xmahle/nodejs-todo.git

##Run Locally

Install all the dependencies:

npm install (you may need to prefix this with sudo if you're on Mac)

Run the app:

node server.js

Then navigate to http://localhost:3000

About

Simple redis backed todo app changed to use MongoDb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%