See the blog post at: https://www.codingzeal.com/blog
# install gems
bundle
# setup database
bin/rails db:create db:migrate
# this will install overmind via homebrew and start rails
bin/dev
# view in a browser
open http://localhost:3000/users
See the blog post at: https://www.codingzeal.com/blog
# install gems
bundle
# setup database
bin/rails db:create db:migrate
# this will install overmind via homebrew and start rails
bin/dev
# view in a browser
open http://localhost:3000/users