Skip to content

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

Notifications You must be signed in to change notification settings

codemargaret/marios_food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published