Skip to content
/ dot-todo Public

Todo List application with login system and personal list system.

Notifications You must be signed in to change notification settings

dotKa/dot-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to dot-ToDo!

That's my first nodejs project.

What is dot-Todo

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:

Requirements

MongoDB

  • Create database; todos
  • Create 3 collections; todos, users, todolists

How To Use

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/

Quick Start

  1. Register dot-todo app
  2. You may autologin to app
  3. First add a new list from "New List" button
  4. Now you can add todos to your own lists easily

About

Todo List application with login system and personal list system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published