mikechabot / quickrant-web

Express yourself without yourself
0 stars 0 forks source link

Switch to a nosql backend #5

Closed mikechabot closed 9 years ago

mikechabot commented 10 years ago

Since Angular.js loves json, it makes sense to switch from a relational backend to a nosql backend. That way we can store and pull out objects as json, instead of needing to serialize or do any type of conversions.

mikechabot commented 9 years ago

Fully implemented mongodb