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

Create Customers Table Module #72

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Description

This PR should create a customers table in the database and remove an apostrophe in the json file that was throwing errors.

Number of Fixes

43

Proposed Changes

Describe the proposed changes.

Expected Behavior

You should be able to run db:generate on this branch, open your database in a database browser, and see a database with one Customers table

Steps to Test Solution

  1. Go into the db folder
  2. Run npm run db:generate in your terminal from the db folder
  3. Open db/api-sprint.sqlite
jordan-castelloe commented 6 years ago

Edited directions to npm run db:generate instead of db:generate