Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 388 Bytes

Technology Grows - Intro to Node.js

We will be using (Node/Express/Mongo) to build a RESTful API

Prereqs

  • Node Installed
  • Express Installed

Installation

  • Clone repo: git clone https://github.com/michael-iglesias/intro-to-node-express4.git
  • Install dependencies: npm install
  • Start the server: npm start

Running Example

We will be using Postman (Chrome plugin)