/ebookleaders

(AKA bookclubpro) This is a Ruby on Rails site built on PostgreSQL, hosted on Heroku. A live site can be seen at: http://www.bookclubpro.com

Primary LanguageCSS

Alt text

BookClubPro - Book Review Site

This is the Back End Capstone built in Nashville Software School, along with sillysnap.com being built once in AngularJS and once in ROR.

Built with Ruby on Rails 5, Ruby 2.4.2, PostgreSQL, Bootstrap 4.

Alt text

Alt text

An Admin Area is useful for searching/adding/editing/or deleting content.

Alt text

Alt text

Requirements

Ruby on Rails, PostgreSQL installed and an IDE like VS code, Sublime Text or similar.

Deployment Instructions:

1. Clone the Repo
  1. CD into the folder and install the gems by typing in the terminal:
bundle install
  1. Create the Database by typing in the terminal:
rails db:migrate
  1. Seed the Database with categories by typing in the terminal:
rails db:seed
  1. Run rails server by typing in the terminal:
rails s
  1. Open your favorite Web Browser and type:
http://localhost:3000
  1. Register as a new user and start uploading books.

  2. Have fun.

A live version of the site can be seen at http://www.bookclubpro.com