Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.34 KB

Description

フェチが同じ人同士をマッチングさせる恋愛系サービスです こちらは2016年夏にweb系スクールの卒業制作物として作成しました

Environment

  • Ruby 2.3.3
  • Ruby on Rails 4.2.4

How to start

$ git clone <This repository>
$ cd <This repository>
$ rbenv exec bundle install
$ rbenv exec bundle exec rails s -b 0.0.0.0

Screenshot

ログイン画面

screencapture-localhost-3000-users-sign_in-2018-06-14-13_15_31

サインイン画面

screencapture-localhost-3000-users-sign_up-2018-06-14-13_15_46

ユーザー一覧

screencapture-localhost-3000-users-2018-06-14-13_14_51

ユーザー詳細ページ

screencapture-localhost-3000-users-22-2018-06-14-13_14_19

チャットページ

screencapture-localhost-3000-messages-index-2018-06-14-23_05_41