Checkout folders to view particular steps of this sample application.
bookshelf/
- Code for the Getting started with Ruby tutorial.
Ruby on Rails web application on Google App Engine.
To run the application, first install dependencies:
$ bundle install
And then run the Rails web server:
$ rails server
$ bundle install
$ bundle exec rspec
Install the gcloud CLI: https://cloud.google.com/sdk/docs/install-sdk
And then deploy the application:
$ gcloud app deploy
- See CONTRIBUTING.md
- See LICENSE