abhshkdz / HackFlowy

:notebook: Workflowy clone, built using Backbone.js & Socket.io
807 stars 149 forks source link

Introduce sequelize migrations #16

Closed desyncr closed 10 years ago

desyncr commented 10 years ago

Introduce sequelize migrations to create and migrate database tables and removed database scripts. See http://sequelizejs.com/docs/latest/migrations

Created seeds to initialize database with dummy tasks.

Introduce config module to handle configurations per environment. See https://github.com/lorenwest/node-config

Updated README.md to reflect changes.