abhshkdz / HackFlowy

:notebook: Workflowy clone, built using Backbone.js & Socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install instructions?

ivanistheone opened this issue · comments

I renamed sample.config.js to config.js, but now its looking for MySQL wooot? sqlite it bro, squlite it!

That is on my todo list. But for now, you're going to have to make do with mysql till I fix the more prominent bugs or till someone else ports it over to sqlite. The db schema is in schema/.

If you used an ORM (like Sequelize) it would work across multiple database engines. 😉

commented

I integrated Sequelize into the app. Check it out and review: #8

Awesome. 👍