8000 GitHub - oxwootang/mikeys-fancy-restaurant
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oxwootang/mikeys-fancy-restaurant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIKEY'S FANCY RESTAURANT: A Recipe Manager App

Deployed at: mikeys-fancy-restaurant.herokuapp.com

Motives

A web app that lets a restaurant's staff create recipes that will inspire its menu. A way for the staff to crowdsource the menu, enabling it to change each week. This app will streamline the restaurant's innovative processes.

Functionalities

  • Users can rate a recipe a single time 1-5 stars
  • User signup/login/logout
  • Create new recipe under a specific category (Appetizers, Salads, Main Courses, Desserts)
  • Recipe consists of name, ingredients, difficulty level, prep time, directions, and creator
  • Edit existing recipes
  • User profile page showing the user's submitted recipes
  • Homepage automatically builds the menu based upon top 5 rated rated recipes in each category

Setup

Install dependencies

$ bundle install

Setup database

$ rails db:create && rails db:migrate && rails db:seed

Run local server

$ rails server

Created by

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.8%
  • HTML 22.0%
  • JavaScript 2.0%
  • CSS 1.2%
0