Skip to content
rahul patil edited this page Jan 26, 2024 · 2 revisions

Project Wiki: Book Store App

Table of Contents

  1. Introduction
  2. Features
  3. Getting Started
  4. Installation
  5. Usage
  6. Contributing
  7. License

1. Introduction

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

2. 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

3. Getting Started

Clone the repository to your local machine:

git clone https://github.com/rah00l/book_store_app.git

4. Installation

Ensure you have Ruby and Ruby on Rails installed. Navigate to the project directory and install dependencies:

cd book_store_app
bundle install

5. Usage

Run the Rails server:

rails server

Visit http://localhost:3000 in your browser to access the application.

6. Contributing

We welcome contributions! If you'd like to contribute to the project, please follow our Contribution Guidelines.

7. License

This project is licensed under the MIT License.