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 trialAmanda Free
11,375 PointsData 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?
Isaac Rodriguez
Courses Plus Student 10,608 Pointsbefore use nodemon, use webpack then use nodemon and data will persist. it worked for me
1 Answer
jason chan
31,009 PointsI 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?
Thomas Nilsen
14,957 PointsThomas Nilsen
14,957 PointsAre you getting any errors? In any case, add your code here so we can have a look.