Skip to content

A Ruby on Rails application to manage cooking recipes.

Notifications You must be signed in to change notification settings

eChadwick/recipe_box

Repository files navigation

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

About

A Ruby on Rails application to manage cooking recipes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published