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.
- Clone this repo
- Within the cloned directory run the following command to set up the local database:
rails db:setup
- To start up the application run
rails server
- Visit
http://localhost:3000
to view the app