/rails_books

Ruby on Rails CRUD application

Primary LanguageRuby

Book Club

Book club is a CRUD application created as an instructional demonstration about the power of Ruby on Rails! It showcases basic user authentication, relational models with validations and full CRUD functionality.

Running locally

  1. Clone this repo
  2. Within the cloned directory run the following command to set up the local database:
rails db:setup
  1. To start up the application run
rails server
  1. Visit http://localhost:3000 to view the app