yamilelias / meanstack-contact-app

MEAN Stack RESTful API Tutorial - Contact List App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Stack RESTful API - Contact List App

MEAN Stack RESTful API - Contact List App

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

  • MongoDB
  • Express
  • AngularJS
  • NodeJS

Instructions

First simply clone the repository, with this command on a git bash or a terminal.

git clone https://github.com/yamilelias/meanstack-contact-app.git

Then install the Node modules (you need to have previously installed Nodejs with this:

npm install

Also, make sure MongoDB is running (if not, download it from here):

mongod

from your MongoDB directory, and then run the application with:

node server

Have fun!

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

About

MEAN Stack RESTful API Tutorial - Contact List App


Languages

Language:HTML 71.2%Language:JavaScript 28.8%