Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

paulfioravanti/rails7_steno_demo

Repository files navigation

Rails 7 Steno Demo Blog Application

Dolores on Rails

Cute as heck art of Plover mascot Dolores riding the Rails by Theo Harris

This is the codebase for the blog application created during the Rails 7: The Steno Demo video.

It is the same application created by David Heinemeier Hansson, during his Rails 7: The Demo video.

Artefacts from the steno demo itself can be found in the demo/ directory.

Dependencies

Setup

git clone https://github.com/paulfioravanti/rails7_steno_demo.git
cd rails7_steno_demo
bundle install
bin/rails db:create
bin/rails db:migrate

Run

bin/rails server

Open http://localhost:3000 in a web browser.

Deployment

The application was deployed on Heroku at the following address at the time of the demo:

https://rails7-steno-demo.herokuapp.com/

But, since Heroku stopped offering free plans, it is no longer accessible.