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 #21: initializes models #27

Closed DavidLarsKetch closed 6 years ago

DavidLarsKetch commented 6 years ago

Description

This Pull Request initializes all models files. They require sqlite3 & export an empty object to be filled later

Number of Fixes

1

Related Ticket(s)

Fixes #21

Problem to Solve

Basic structure for models/ did not exist previously so development of any model files would not be possible.

Proposed Changes

Adds to models/employees the following files: ComputersModel.js DepartmentsModel.js EmployeeComputersModel.js EmployeeTrainingProgramsModel.js EmployeesModel.js TrainingProgramsModel.js

Adds to models/products the following files CustomersModel.js OrdersModel.js PaymentOptionsModel.js ProductOrdersModel.js ProductTypesModel.js ProductsModel.js

Expected Behavior

These files should exist in their appropriate directories.

Steps to Test Solution

  1. Look at those dank directories