Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Building a MEAN Application Creating and Editing Data in a MEAN App Create and Update Data in Angular

Amanda Free
Amanda Free
11,375 Points

Data not persisting

My data is not persisting. I've gone through this several times and still cannot see anything I'm doing differently from the teacher. Has anyone else had this problem and found a solution?

Thomas Nilsen
Thomas Nilsen
14,957 Points

Are you getting any errors? In any case, add your code here so we can have a look.

before use nodemon, use webpack then use nodemon and data will persist. it worked for me

1 Answer

jason chan
jason chan
31,009 Points

I think this app was never finished.

$http post, get, put, and delete. You have to make sure the rest api is also working with post man.

git clone git@github.com:treehouse-projects/mean-todo.git
cd mean-todo
npm install
nodemon

That's the completed version.

Did you enable mongod?