Skip to content

pcollaog/todo-list-nodejs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

todo-list-nodejs

Simple Todo list

Features:

  • Register user (username + password)
  • Hashed password
  • Login and access control
  • Logout
  • Design and layout with bootstrap 3.x
  • AngularJS javascript framework

Requirements:

  • Mongodb (local)
  • node.js (v0.11.x)
  • npm

Install and Run

Clone repository

git clone https://github.com/pcollaog/todo-list-nodejs.git
git checkout master

Install Dependencies and Run

npm install
npm start

Then open your browser: http://localhost:3000/login

Credits

Tutorial: Single Page Todo App

About

Simple Todo List made with node.js + mongodb

Resources

License

Stars

Watchers

Forks

Packages

No packages published