Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.12 KB

Recipe Box

Recipe Box is Ruby on Rails application for managing recipes. This project was undertaken primarily for the sake of learning about Rails and web apps in general, but also because the author has a need of such an app.

Getting Started

Prerequisites

Your system should have the following installed in order to run this project:

  • Ruby >= 2.3.3
  • Rails >= 4.2.7

You can find instructions for installing Ruby here and instructions for installing Rails here.

Installing and Running the App

The following steps will allow you to run the app on your local machine:

  1. Clone the repo:
    git clone https://github.com/eChadwick/recipe_box.git
  2. Install dependencies:
    bundle install
  3. Create and seed the local database:
    rake db:create db:schema:load db:seed
  4. Spin up a Rails server:
    rails s
  5. Navigate to localhost:3000 in a web browser.

Author

  • Eric Chadwick

Acknowledgments

  • Danielle Chadwick - UI design input
  • Kelly Chadwick - UI design input