A todo web application written with the goal of learning how to use node.js / express.js / mongodb / passport.js
https://seiya-todo-app.herokuapp.com/
- Login
- Sign up
- Sessions
- Validation
- Authentication
- Adding todos
- Removing todos
- Editing todos
- Setting checkbox
- Store sessions on mongo database rather than on the server.
- Install the dependencies
npm install
- Run the app
node app.js
- Setup a cloud mongo database
- Create collections
accounts
andtodos
- Edit in the connection details in
/configs