Skip to content

Web application allowing personal chefs and their clientèle to contact and order meals digitally

Notifications You must be signed in to change notification settings

PopularDemand/yes_chef

 
 

Repository files navigation

Yes, Chef!

Overview

Yes, Chef! allows customers to order from a Personal Chef's menu to simplify their meal planning.

Deployed site can be found here on Heroku.

Visit the landing page and sign up as a chef or customer.

Chefs

Chefs can create menus and menu items from which customers can order from. Every menu has an order deadline by which orders must be submitted, then a completion date by which the food will be ready for delivery or pick up.

Customers

Customers select a chef on sign up and place orders through their chef's menu. Customers can also see their order history and review their past orders.

Installation

A seed file is available with dummy information.

To deploy this app you will need to set up Amazon S3 credentials.

  • Run figaro install
  • Store your keys in application.yml
    • S3_BUCKET_NAME is the name of your bucket
    • AWS_REGION is the name of your bucket's region
    • AWS_ACCESS_KEY_ID is your access key
    • AWS_SECRET_ACCESS_KEY is your secret access key

To deploy on Heroku:

  • Run figaro heroku:set -e production to push your keys up to Heroku

Credits

Alexa Anderson

Catherine Kwak

Christian Carey

Jonathan Popenuck

Sampson Crowley

About

Web application allowing personal chefs and their clientèle to contact and order meals digitally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.9%
  • HTML 24.8%
  • CSS 5.8%
  • JavaScript 2.5%
  • CoffeeScript 1.0%