Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

johngrogg/jgtodos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JGToDos - A Node.js based ToDo application

A simple todo application built using Node.js. It was based on the tutorial here and here.

It makes use of Express and Redis.

How to build

  • Install Node.js if you haven't already.
  • Run git clone git://github.com/johngrogg/jgtodos.git in your terminal.
  • Enter the folder and run npm install.
  • Install Redis if necessary.
  • Launce Redis with the command redis-server.
  • Within the application folder run node app.
  • Browse to http://localhost:3000

About

Node.js based todo application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published