INSTRUCTIONS ON HOW TO SEED MY DATABASE -- npm install --save -g sequelize-cli -- npm install --save -g sequelize
[CHECK that login info in config/config.json is set to your own]
- Call sequelize db:create in the terminal in order to create the database;
- Call sequelize db:migrate
- call sequelize db:seed:all