Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

mikesea/grapple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grapple

A sample API and frontend using Grape and Knockout.js.

Setup

  1. Clone and cd into the repo.
  2. Install dependencies: $ bundle install
  3. Setup and migrate the database: $ bundle exec rake db:setup
  4. Seed the database: $ bundle exec rake db:seed
  5. Boot the app: $ bundle exec rackup
  6. Visit http://localhost:9292 for the frontend interface.

Tests

  1. Setup the test database: $ RACK_ENV=test rake db:setup
  2. Run the tests with: $ bundle exec rake test

About

A sample API and frontend using Grape and Knockout.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors