damelytineo / Book-It-JS-Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book-It

Demo:

IMAGE ALT TEXT HERE

Book-It is a test-prep application, for students grade 9 to 12, that provides a space for users to find and share honest reviews for test-prep books. It is a single page application built using CSS and Javascript on the frontend communicating with a Ruby on Rails built API backend. Students can post new books, comment on existing books, and like each other’s book reviews.

Related Blog Post: JavaScript Rails Project - Object Oriented Classes

Prerequisites

Before you begin,

Installation

To get started, fork and clone this repository onto your computer then:

  • Run bundle install from within book-it-backend to install all of the gems/dependencies found in the Gemfile including Rails.
  • Start the application by executing ‘rails s’ in your terminal.
  • Open the index.html file in your browser window to view the application.

Contributors' Guide

This repo subscribes to the Contributor Code of Conduct, based on the Contributor Covenant. The maintainers of this code take the code of conduct, to which all who are interacting with the projects codebase and mailing lists must adhere, very seriously.

License

This code is available as open source under the terms of the MIT License.

Contact

If you want to contact me you can reach me at damely.tineo07@gmail.com.

About


Languages

Language:Ruby 55.9%Language:JavaScript 26.1%Language:HTML 18.1%