Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

jcubbage/rottenpotatoes-rails-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RottenPotatoes demo app: getting started

This app is associated with the free online course and (non-free) ebook Engineering Software as a Service.

To get started:

  1. Setup a Cloud9 environment for the course.

  2. Fork this repo to your GitHub account, then in your Cloud9 terminal, type the following command to clone your fork to your development workspace:

git clone git@github.com:your_github_username/rottenpotatoes-rails-intro.git

  1. Then cd rottenpotatoes-rails-intro to change to the app's directory.

  2. Run the command bundle install --without production to make sure all the gems (libraries) used by the app are in place.

  3. Run bundle exec rake db:setup to create the initial database.

  4. Run rails server -p $PORT -b $IP to start the app. Cloud9 will pop up a window showing the URL to visit in your browser to interact with the running app.

About

RottenPotatoes app skeleton for saasbook/hw-rails-intro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.3%
  • HTML 16.1%
  • CSS 4.1%
  • JavaScript 1.5%