Sequelize Migrations

Modified this Todo App tutorial to include Sequelize migrations for a tech talk given at Grace Hopper academy.

Tech Talk slides are here.

Getting Started

Install dependencies

npm install

Migrate the database

node_modules/.bin/sequelize db:migrate

Start the server

npm start