Skip to content

A versatile recommendation app that gives the users the freedom to pick in which category they want to recommend a brand. The app allows the users to recommend other users recommendation with ease through nested routes. Developed using Ruby on Rails and PostgreSQL.

Notifications You must be signed in to change notification settings

shaquille-galimba/ReCommend

Repository files navigation

Recommend

A social-media-like app but for recommendations, where you can see other people's recommendations, may it be a book, movie, or a game. A user can recommend other user's recommendation, recommend another brand but with the same category, or recommend their own brand with a different category. This app looks to bring a single platform where you can search for a category(eg. restaurant) you would like to try and what other people's favorite brand(eg. Cheesecake Factory) it has to offer.

Using Heroku

To use this app go to https://shaq-recommend.herokuapp.com/

or install to your local environment:

Installation

Clone this repo to your terminal.

Then cd into the project folder.

Then run bundle to install necessary dependencies

$ bundle install

Usage

After bundling, we have to set up the database and run the app to our local host.

Step 1 - Run in the terminal: rails db:migrate to setup database tables.
Step 2 - Run in the terminal: rails db:seed to populate existing data from the repo
Step 3 - Run in the terminal: rails s to start rails server
Step 4 - Navigate to http://localhost:3000 on your browser to start the app.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/shaquille-galimba/ReCommend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The app is available as open source under the terms of the MIT License.

About

A versatile recommendation app that gives the users the freedom to pick in which category they want to recommend a brand. The app allows the users to recommend other users recommendation with ease through nested routes. Developed using Ruby on Rails and PostgreSQL.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages