A simple Ruby on Rails application that allows users to create, read, update, and delete books from a database.
- Clone this repository to your local machine.
- Open the project in your IDE of choice.
- Run the following commands in your terminal to install the necessary dependencies:
bundle install
yarn install
- Run the following command in your terminal to start the server:
rails server
- Open your web browser and navigate to the following address:
http://localhost:3000
Create a new book by clicking the New Book button and filling out the form.
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.
Author: Scott Grivner
Email: [email protected]
Website: scottgrivner.dev
Reference: Main Branch