trainline-apprentices / inventory-app

1 stars 0 forks source link

Seed Database with Mock Product Data #7

Open iDEaXANA opened 10 months ago

iDEaXANA commented 10 months ago

Seed the database with mock product data using Sequelize seeders.

  1. Fetch Data from the API
  2. Transform the API Data (map the object)
  3. Populate the Sequelize Model. (bulkCreate etc.)