Skip to content

A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application

License

Notifications You must be signed in to change notification settings

Aveek-Saha/MEAN-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

MEAN Todo App

A checklist style todo app made using the MEAN stack (MongoDb Express AngularJs Node). The tasks sync seamlessly across multiple instances of the application.

How to use

Clone this repository and in the todo/server.js file, replace this text
<Insert your mlabs/mongodb connextion string here>
in this line
mongoose.connect('<Insert your mlabs/mongodb connextion string here>');
with your Mlabs connection string.

Then go to the todo/ directory in you command line and run npm install to install all the packages.
After installing run node server.js an open http://localhost:8080/ on your browser.

About

A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published