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

initialized the repo and added faker, express, nodemon, and sqlite3 t… #26

Closed joechesney closed 6 years ago

joechesney commented 6 years ago

…o the package.json

Description

I ran 'npm init -y' on our repo, then npm installed faker, express, sqlite, and nodemon, so they are now listed in the package.json

Number of Fixes

There is 1 fix in this PR

Related Ticket(s)

Issue #25

Problem to Solve

We need the minimal node modules that will be used in this project.

Proposed Changes

Get the node modules

Expected Behavior

We should be able to require in the node modules in other files in this repo.

Steps to Test Solution

  1. Look in the package.json and see if the four node modules are there.

Documentation

[ ] There is new documentation in this pull request that must be reviewed.. [ ] I added documentation for any new classes/methods

Deploy Notes

Notes regarding deployment the contained body of work. These should note any db migrations, etc.