We will be using (Node/Express/Mongo) to build a RESTful API
- Node Installed
- Express Installed
- Clone repo:
git clone https://github.com/michael-iglesias/intro-to-node-express4.git
- Install dependencies:
npm install
- Start the server:
npm start
We will be using Postman (Chrome plugin)