An "off the rails" Theme park review site.
- Braden Lawrence
- Gabriel C. Encarnacion
- Kennie Boulin
- Sarah Fildes
- Ruby 2.6.5
- Ruby-On-Rails 5.2.3
- React 16.8.0
- Devise
- Carrierwave
- Fog-AWS
bundle install
yarn install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
rails s
- In a separate tab,
yarn start
- In a browser, visit,
http://localhost:3000