Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.32 KB

Project Name

Project description

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Navigate to each service repo from the Related Projects section and follow the read me to seed each database and start the server. Make sure each server is running on the specified port found in index.pug. Michael: port 3001 Ashby: port 3002 Melvin: port 3003 Mary: port 3004 In your terminal, navigate to this proxy repo's root directory and run the command: npm run start. Your proxy server should now be running on port 3000. In your browser url bar navigate to localhost:3000/listing/1 Change the url listing number as needed to get different items!

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install