Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 718 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 718 Bytes

IT353_M-2

Setup/Installation

If you already have a copy of the source code, skip step 2.

  1. Install the latest Node.JS, NPM, and MongoDB server for your system
  2. Clone this repository (git clone [email protected]:DanH42/IT353_M-2.git)
  3. cd into the newly created IT353_M-2 directory and run npm install
  4. Run node server.js to start the HTTP server on port 8080

Helpful Links