This site allows for managing of products and reviews simply and efficiently in one place.
- Clone this project from its Github repository.
- 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
- Move to the project folder in your terminal.
- Run the command '$ bundle install' to install all necessary gems.
- Run 'rake db:create db:schema:load db:seed' to initialize the database.
- Run 'rails server' to create a local rails server.
- Open a web browser of your choice and go to 'localhost:3000' to see the website.
- No known bugs.
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.
This project uses Ruby on Rails, HTML, CSS, Bootstrap, and PostgreSQL.
Copyright (c) 2018 Rohan Moore
This software is licensed under the MIT license.