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

fixed issue #32 - Initialized app.js #34

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Description

Initialized app.js and created .env files. Installed dotenv. Right now I commented out the require statement for routes/index.js because David's building those files, but I'll un-comment them before I merge.

Number of Fixes

Fixes issue #32

Expected Behavior

Steps to Test Solution

  1. npm install
  2. Create .env in the root
  3. Add PORT=8080 to your .env file
  4. See expected behavior section above!