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