Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.49 KB

README.md

File metadata and controls

68 lines (43 loc) · 2.49 KB

Book Store App

Build Status Coverage Status

Welcome to the Book Store App, a Ruby on Rails application designed to provide book-related information to customers.

Features

  • Search for books by title or author
  • Display detailed book information
  • Purchase available books
  • Place orders for out-of-stock books
  • Search books by publisher

Live Demo

Getting Started

To get started with the Book Store App, follow these steps:

Prerequisites

  • Ruby
  • Ruby on Rails

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/rah00l/book_store_app.git
  2. Navigate to the project directory:

    cd book_store_app
  3. Install dependencies:

    bundle install

Usage

Run the Rails server:

rails server

Documentation

For detailed documentation, please refer to the following documents:

Additionally, all documentation files are available in the docs folder within the source code. If you have any questions or need further clarification, please don't hesitate to ask.