pirsi / rate-shelf

Rate and review stuff (Built with Ruby on Rails, CSS and JS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rate Shelf

This is an application that allows users to create and share book profiles as well as rate other user's posts. Users can also filter the books by category.

I have essentially based my code on the Ryan Hemrick's GitHub and Youtube tutorial.

Requirements

  • Ruby 2.6.3
  • Rails 5.2.3
  • PostgreSQL

Setup

To get the application running, do the following:

Run:

bundle install

Setup config/database.yml and run:

rails db:create
rake db:migrate

Test your configuration:

rails s --binding=127.0.0.1
curl http://127.0.0.1:3000
By default, application listens on port 3000

About

Rate and review stuff (Built with Ruby on Rails, CSS and JS)


Languages

Language:Ruby 63.2%Language:HTML 17.1%Language:JavaScript 16.0%Language:SCSS 3.3%Language:CoffeeScript 0.3%