Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run it:

Ensure that MongoDB accepts connection to mongodb://localhost/todo.

  git clone
  npm install
  npm start
  open http://localhost:3000

The todo app supports:

  • Login/SignUp/Logout
  • Add todo
  • Edit todo (click on table fields)
  • Remove todo (hover on todo and click on the right icon)

Should also be done:

  • More tests (backend unit, frontend, e2e)
  • JS/CSS minification

About

Todo with users in Node.JS / MongoDB/ Angular

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors