BadIdeaFactory / truthgoggles

🤔 is hard, let the mindless 🤖 s help you do it
Apache License 2.0
3 stars 0 forks source link

Set up a database system #26

Closed slifty closed 6 years ago

slifty commented 6 years ago

We need a place to store our data. To do this we need to:

slifty commented 6 years ago

Update here: We decided on postgres because apparently only poor ignorant fools use mongo anymore!

We'll use sequelize as our ORM.

slifty commented 6 years ago

I put some time and energy into setting up sequelize only to realize that all the boilerplate logic is written in ES5 and needs to be rewritten in ES6.

If someone has the will and inclination to set up sequelize using ES6 instead of their old boilerplates lets do that.

crupar commented 6 years ago

I'll be scrapping the old boilerplate and setting up something new and shiny later today.