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

npm init -y the repo #25

Closed joechesney closed 6 years ago

joechesney commented 6 years ago

Context

  1. This feature should add the 4 most important node modules to the repo
  2. The four node modules should be listed in the package.json

Process

  1. This should give us the minimal node modules that we'll be requiring in the project
  2. Require in the node modules and see if it lets you use their methods

Expected Result

The new node modules should be listed in the package.json