- Have a local Postgres server running
- Copy
.env.example
to.env
and fill in the placeholders - Install nvm then run
$ nvm install && npm install
- Run migrations:
$ ./node_modules/.bin/sequelize db:migrate
- Install the Heroku Toolbelt
$ npm run watch
to start the server
- Sequelize CLI is available at
./node_modules/.bin/sequelize
- Options are automatically provided to the command from
.sequelizerc