Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

t2aking/practice

Repository files navigation

ユニファ採用面接課題(写真管理アプリケーション(ツイート機能付き))

ソフトウェアバージョン

  • Ruby 3.1.3
  • Ruby on Rails 7.0.4
  • SQLite 3.40.1

開発環境の構築手順

前提

以下のOSで動作を確認しました

  • macOS Ventura 13.0.1

動作確認方法

  1. データベースを作成する
rails db:create
  1. マイグレーションの実行
rails db:migrate
  1. ユーザーデータの投入
rails c
以下は作成例です
User.create(name: "ユーザー", user_id: "A00001", password: "hogehoge", password_confirmation: "hogehoge")
  1. http://localhost:3000へアクセス

その他

  • 最初にbitbucketを使用して最後にgithubへ移行しました。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published