This is a simple project created for learning purposes, following the Hotwire for Rails Developers course by Pragmatic Studio. The project is built with Ruby on Rails and focuses on fishing, baits, and catches.
- Ruby 3.2.2
- Rails 7.0.8
-
Clone the repository:
git clone https://github.com/mende1/fishing-hotwire-rails.git cd fishing-hotwire-rails
-
Install the required gems:
bundle install
-
Set up the database:
rails db:create rails db:migrate rails db:seed
-
Start the Rails server:
./bin/dev
-
Visit http://localhost:3000 in your web browser.
This project includes features for managing fishing, baits, and species catches. You can create, read, update, and delete records for each entity. The app demonstrates basic CRUD operations and the use of Hotwire for creating a modern, interactive user experience.