Skip to content

Latest commit

 

History

History
85 lines (64 loc) · 4.87 KB

README.md

File metadata and controls

85 lines (64 loc) · 4.87 KB

Ruby Badge Ruby on Rails Badge Ruby Gems Badge
GitHub Badge Email Badge BuyMeACoffee Badge
Bronze


Ruby Bookstore Demo

A simple Ruby on Rails application that allows users to create, read, update, and delete books from a database.


Table of Contents

Getting Started

Installation

  1. Clone this repository to your local machine.
  2. Open the project in your IDE of choice.
  3. Run the following commands in your terminal to install the necessary dependencies:
    • bundle install
    • yarn install
  4. Run the following command in your terminal to start the server:
    • rails server
  5. Open your web browser and navigate to the following address:
    • http://localhost:3000

Usage

Create a new book by clicking the New Book button and filling out the form.

Resources

License

This project is released under the terms of The Unlicense, which allows you to use, modify, and distribute the code as you see fit.

  • The Unlicense removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
  • For more details, see the LICENSE file in this repository.

Credits

Author: Scott Grivner
Email: [email protected]
Website: scottgrivner.dev
Reference: Main Branch