That's my first nodejs project.
dot-ToDo is a todo list app with login and member system. You can make different lists for your todos. You and your friends can create personel todo lists.
Demo Deployment: dot-todo.herokuapp.com
###Some of used things; MongoDB, AngularJS, ExpressJS, Mongoose
Important Note Before How to:
- I have used two project source's for this project. Please fork them before mine
- MEAN_MVC_3rdTutorial
- NodeJS-MEAN/ToDoAngular/
MongoDB
- Create database; todos
- Create 3 collections; todos, users, todolists
Clone my project.
git clone https://github.com/dotKa/dot-todo.git
Open project's folder.
Install npm packets;
npm install
Up server;
npm start
If you see "Listening on 3000" , that's mean is succesfully. You can reach server http://localhost:3000/
- Register dot-todo app
- You may autologin to app
- First add a new list from "New List" button
- Now you can add todos to your own lists easily