0.5.0 • Published 8 years ago

devine_db_migrations v0.5.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Devine Database Migration and Seeders

This library contains the migration and seeder files necessary to use the Devine REST APIs. Devine uses the Sequelize ORM.

How to Use

  1. Run Sequelize migration scripts by using:
sequelize db:migrate
  1. Customize seeder files in /seeders.

You'll need to create a merchant user and a passport for that user prior to being able to use Devine.

  1. Run Sequelize seeder files by using:
sequelize db:seed:all