Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.33 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.33 KB

Spotify my Slack Build Status Dependencies

Add to Slack

Local Development

  1. Have a local Postgres server running
  2. Copy .env.example to .env and fill in the placeholders
  3. Install nvm then run $ nvm install && npm install
  4. Run migrations: $ ./node_modules/.bin/sequelize db:migrate
  5. Install the Heroku Toolbelt
  6. $ npm run watch to start the server

Sequelize ORM

  1. Sequelize CLI is available at ./node_modules/.bin/sequelize
  2. Options are automatically provided to the command from .sequelizerc