Skip to content

Files

Latest commit

 

History

History
19 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 285 Bytes

Adopt a Pet

Adopt a Pet is a simple web app to manage pet adoption process.

Getting started

Run the commands below to get the app up and running

  • Install the dependencies

      $ bundle
    
  • Setup the database

      $ rake db:setup
    
  • Run the app

      $ rails server