/hotwireblog

Hotwire Rails blog example with hot reloading and API endpoints

Primary LanguageRubyCreative Commons Zero v1.0 UniversalCC0-1.0

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Soft real-time updates

real-time updates

  • Ruby version

2.7.2

  • System dependencies

Mysql

brew install mysql

brew install openssl

gem install mimemagic -v '0.3.10' --source 'https://rubygems.org/' USE_FREEDESKTOP_PLACEHOLDER=true

  • Configuration

  • Database creation

rails db:setup

  • Database initialization

  • How to run the test suite

rails test

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...