Skip to content

austinb847/food_products_rails

Repository files navigation

Marios Speciality Foods

By Austin Butler

Description

A Ruby Rails app to add products to a store, and add multiple reviews for each product

Heroku Website Link

Setup/Installation Requirements to run locally:

  • Step 1: Clone this repository https://github.com/austinb847/food_products_rails
  • Step 2: Cd to new directory
  • Step 3: Run Bundle install
  • Step 4: Run rake db:setup to add database and seeded data
  • Step 4: Run rails s
  • Step 5: Navigate to localhost:3000

Admin functionality:

  • To see admin functionality make sure to first run rake db:setup and then sign in as [email protected] with password admin

Known bugs:

  • Display US made products button doesn't function as intended yet.

Specifications

Behavior Input Output
Create/POST Goldfish, 3, USA Homepage now has product added and so does the database
Read/GET Goldfish, 3, USA read information about an individual product as well as a list of all products
Update/Patch Gold Fish, 3, EU update information about an individual product and display the new changes
Delete Gold Fish, 3, EU delete a product and display the new changes
Create/POST John Smith, 5, These snacks are amazing! Individual product now has a review associated with it, and so does the database
Read/GET John Smith, 5, These snacks are amazing! Read information about an individual review as well as a list of all reviews associated with a product
Update/Patch Jimmy Smith, 5, These snacks are amazing! Update information about an individual review and display the new changes
Delete Jimmy Smith, 5, These snacks are amazing! delete a review and display the new changes

Technologies Used

  • Ruby
  • Rails
  • Bootstrap

Copyright (c) 2020 Austin Butler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published