This repo contains the code for a RESTful API Contact List App that was built using the MEAN stack:
- MongoDB
- Express
- AngularJS
- NodeJS
Here is the 5-part YouTube tutorial for this MEAN stack app:
If you have trouble with the tutorial (especially since I had to modify the code due to an AngularJS update), simply clone this repo using
git clone git@github.com:michaelcheng429/meanstacktutorial.git
then install the Node modules with
npm install
then make sure MongoDB is running with
mongod
from your MongoDB directory, and then run the code with
node server
You might see a message that says,
Error: Module did not self-register.]
js-bson: Failed to load c++ bson extension, using pure JS version
Don't worry about this; the code will still work.
If you have any questions, feel free to leave a comment and I will try to help if I can!