Skip to content

A Ruby on Rails web application for a bookstore to demonstrate scaffolding capabilities.

License

Notifications You must be signed in to change notification settings

scottgriv/ruby-bookstore_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch


About

A Ruby on Rails web application for a bookstore to demonstrate scaffolding capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published