codemargaret / marios_food

An app for a fictional food product company that displays products and reviews (Epicodus Rails Week 1 Code Review)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mario's Speciality Food Products

A Rails application that lists food products and reviews, 11.17.2017

Setup and Installation Instructions

This app was created with Ruby 2.4.1

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd marios_food
  3. $ bundle install
  4. $ rake db:create
  5. $ rake db:test:prepare
  6. $ rake db:migrate
  7. $ rake db:seed
  8. $ rails s to start the server, then navigate to localhost:3000 in your browser.

User Stories

  • As a user, I want to...
  • View a landing page with basic info about the company, the three most recently added products, and the product with the most reviews.
  • View a list of products.
  • Add, update, and delete products.
  • Click on an individual product to see details.
  • Add a review to a product.
  • Add a review to a product.

Future Features

  • As a user, I want to...
  • Show only 10 products at a time.

Bugs

There are no known bugs at this time.

Technologies Used

  • Ruby-on-Rails
  • ActiveRecord

Support and contact details

If you have any updates, questions, or suggestions please contact Margaret or make a contribution.

License

MIT License

Copyright (c) 2017 Margaret Berry

About

An app for a fictional food product company that displays products and reviews (Epicodus Rails Week 1 Code Review)


Languages

Language:Ruby 77.4%Language:HTML 18.7%Language:JavaScript 2.4%Language:CSS 1.6%