Skip to content

aocattleya/SimpleBlog

Repository files navigation

SimpleBlog

内容

  • 新規ユーザーを作成
  • 記事を投稿
  • 記事の詳細画面を表示
  • 投稿した記事を削除
  • 投稿した記事を編集



使い方

$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s
👉 http://localhost:3000