Skip to content

thekooldev1232/contactlistApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Stack RESTful API Tutorial - Contact List App

MEAN Stack RESTful API Tutorial - Contact List App

mean stack tutorial app

This repo contains the code for a RESTful API Contact List App that was built using the MEAN stack:

  • MongoDB
  • Express
  • AngularJS
  • NodeJS

YouTube Tutorial

Here is the 5-part YouTube tutorial for this MEAN stack app:

Instructions

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.

Have fun!

If you have any questions, feel free to leave a comment and I will try to help if I can!

About

To store the contact list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published