evoluteur / evolutility-ui-jquery

Model-driven Web UI for CRUD using REST or localStorage.
https://evoluteur.github.io/evolutility-ui-jquery/
MIT License
183 stars 56 forks source link

Installation/Setup Steps #2

Closed stvogel closed 9 years ago

stvogel commented 9 years ago

This seems like a great tool for me and I really like to dive into it. But am currently pretty lost right at the start.

Could you provide a simple step by step setup-instruction? Currently the demo uses localstorage what do I have to do when I want to use a real database?

Thanks for any help Stefan

evoluteur commented 9 years ago

Evolutility uses Backbone.js which is quite standard. You will find many blogs posts (even books) explaining how to setup backbone w/ a database.

stvogel commented 9 years ago

Oh, I just recognize that with backbone you only have the client-side.