A angularjs tutorial to build a simple crud application with a sinatra backend.
- Clone the repo
git clone git://github.com/twilson63/crud.git
- Configure Server (needs ruby 1.9.3)
cd crud
bundle install
- Run App
ruby app.rb
- Run Test (requires phantomjs - see http://phantomjs.org/)
npm install testacular -g
cd public
testacular start
#open new window
cd public
testacular run