chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

Fixes #13 #35

Closed DavidLarsKetch closed 6 years ago

DavidLarsKetch commented 6 years ago

Description

This pull request initializes all routes/ files necessary for the API

Number of Fixes

1

Related Ticket(s)

Fixes #13

Problem to Solve

This solves the fact that we didn't have the routes needed for app.js

Proposed Changes

Describe the proposed changes.

Expected Behavior

  1. The files should exist
  2. routes/index.js should require each file in employees/ & products/ and export router
  3. Each file in employees/ & products/ should initialize an express.Router(), with the name of the router matching the file, and export that router

Steps to Test Solution

  1. Look at those dank files