-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Since the admin backend is a pure CRUD application without much nodejs related fuzz, I think it's the best to implement it as an independent app in rails. Rails is much better suited for such an application. It's a real pain to be equally effective in nodejs. nodejs is powerful for the runtime stuff but not well suited for MVC apps I think. As a quick start we could code it against the same database and later equip the runtime part with a rest-api.