jdx / mean-sample

Sample project for Write Modern Web Apps with the MEAN Stack by Jeff Dickey
https://mean-sample.herokuapp.com
166 stars 90 forks source link

Chapter 5 : Full code not showing angular on screen. #14

Open Travo100 opened 9 years ago

Travo100 commented 9 years ago

After following along with chapter 5 in the book I was not able to get any angular to show on the screen. In an attempt just to get it working I took all the contents from this github from Chapter 5 and set it up on my local machine. All I can see if the Recent Post, the input field and submit button. It appears that angular is working, but not visible for some reason.There are no errors in the console, and all my node_modules are up to date.

Please keep in mind this is verbatim code from this github.

Thank you for your insight, I have been really enjoying the book so far!

Deborah-Digges commented 8 years ago

This is probably because mongod is not running. Can you check with ps aux | grep mongod?