Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 904 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 904 Bytes

book_manager

Synopsis

Book Manager is a simple app for managing books, authors, and Publisher Houses made pretty with Twitter Bootstrap. The purpose of this app was to be tested by the fine people at Growth Acceleration Partners.

What does this app do?

This app features CRUD for managing three tables: Books, Authors, and PublisherHouses.

Usage

The admin mini site is very easy to navigate through. From http://localhost:3000/ you'll access the Main menu. From there CRUD management views for Books, Authors, and Publisher Houses are accesible.

Installation

Prerequisites

  • Developed with Ruby v.2.2.3
  • Rails 4.2.6
  • MySQL 5.5.x

Setup

  • Download to your machine.
  • Run rake db:setup. Or if you prefer, rake db:create, db:migrate, and db:seed individually.
  • Start your Rails server and open up http://localhost:3000/ in your browser. Change your port accordingly.