This rails project is a part of my compilation of Avion School Batch 8 Activities. It is focused on familiarizing the fundamentals of Ruby on Rails especially how it was separated into three components Model-View-Controller (MVC). It is deployed on Heroku and can be accessed through this link.
Note: Kindly check "db/seeds.rb" for initial data to assist you in exploring around the app.
Ruby 2.7.3
- Rails 6.1.4
- NodeJS 12.22.1
- Yarn 1.22.10
- PostgreSQL 13.3
bundle install
yarn install --check-files
bundle exec rails webpacker:install
rails db:create
rails db:migrate
rails db:seed
or (skip "rails db:create")
rails db:setup
heroku login
git push heroku main
heroku run rails db:migrate
heroku run rails db:seed
Fair Use