/specialty-foods

Ruby Week Four Final Project

Primary LanguageRuby

Specialty Foods

Ruby on Rails Project, 12.14.2018

By Rohan Moore

Description

This site allows for managing of products and reviews simply and efficiently in one place.

Setup/Installation Instructions

  1. Clone this project from its Github repository.
  2. Ensure you have up to date ruby and rails installations. This project runs on ruby version 2.5.3 and Rails version 5.2.2
  3. Move to the project folder in your terminal.
  4. Run the command '$ bundle install' to install all necessary gems.
  5. Run 'rake db:create db:schema:load db:seed' to initialize the database.
  6. Run 'rails server' to create a local rails server.
  7. Open a web browser of your choice and go to 'localhost:3000' to see the website.

Known Bugs

  • No known bugs.

Support and Contact Details

If you discover a bug or want to make a suggestion or comment, send me an email at rohanpmoore@gmail.com or file an issue on Github.

Technologies Used

This project uses Ruby on Rails, HTML, CSS, Bootstrap, and PostgreSQL.

License

Copyright (c) 2018 Rohan Moore

This software is licensed under the MIT license.