Skip to content

bonaxl015/rails-final-project

Repository files navigation

Hi there 👋

Visit this link to view it on heroku

Check out our ERD to know how our models were architectured! 🏛

Note: Kindly check "db/seeds.rb" for initial data to assist you in exploring around the app.

Ruby Version

Ruby 2.7.3

System Dependencies

  • Rails 6.1.4
  • NodeJS 12.22.1
  • Yarn 1.22.10
  • PostgreSQL 13.3

Configuration

bundle install
yarn install --check-files
bundle exec rails webpacker:install

Database Creation

rails db:create

Database Initialization

rails db:migrate
rails db:seed

or (skip "rails db:create")

rails db:setup

How to run the Test Suite

bundle exec rspec

Deployment Instructions

heroku login
git push heroku main
heroku run rails db:migrate
heroku run rails db:seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published