Skip to content

Based on the Pragmatic Studio course on Hotwire in Rails

Notifications You must be signed in to change notification settings

mende1/fishing-hotwire-rails

Repository files navigation

Fishing App

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.

Table of Contents

Installation

Prerequisites

  • Ruby 3.2.2
  • Rails 7.0.8

Steps

  1. Clone the repository:

    git clone https://github.com/mende1/fishing-hotwire-rails.git
    cd fishing-hotwire-rails
  2. Install the required gems:

    bundle install
  3. Set up the database:

    rails db:create
    rails db:migrate
    rails db:seed
  4. Start the Rails server:

    ./bin/server
  5. Visit http:https://localhost:3000 in your web browser.

Usage

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.

About

Based on the Pragmatic Studio course on Hotwire in Rails

Resources

Stars

Watchers

Forks