-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rahul patil edited this page Jan 26, 2024
·
2 revisions
Welcome to the Book Store App, a Ruby on Rails application designed to provide book-related information to customers.
- 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
Clone the repository to your local machine:
git clone https://github.com/rah00l/book_store_app.git
Ensure you have Ruby and Ruby on Rails installed. Navigate to the project directory and install dependencies:
cd book_store_app
bundle install
Run the Rails server:
rails server
Visit http://localhost:3000 in your browser to access the application.
We welcome contributions! If you'd like to contribute to the project, please follow our Contribution Guidelines.
This project is licensed under the MIT License.