Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 278 Bytes

README

Dummy Hotel reservation app which shows advantages and disadvantages of using Hotwire.

How to run

cp .env.example .env
bundle install
yarn install
rake db:create db:migrate db:seed

Double check that db variables are properly setup at your .env file.