Skip to content

youngeek-0410/fes-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 19, 2021
e526a62 · Sep 19, 2021
Aug 26, 2021
Sep 18, 2021
May 3, 2021
Aug 30, 2021
Aug 30, 2021
May 3, 2021
May 3, 2021
May 3, 2021
Aug 9, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
Aug 28, 2021
May 6, 2021
May 28, 2021
Jul 10, 2021
Aug 9, 2021
May 3, 2021
May 3, 2021
Sep 18, 2021
Sep 18, 2021
Sep 19, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
May 3, 2021
Aug 27, 2021

Repository files navigation

Fes Order

サービス概要

ハッカソン発表資料

文化祭、地域祭りなどで使える事前決済サービスです。

Pay.jpを用いた事前決済機能に加え、購入特典としてクイズゲームの提供、クイズの景品として決済時に使えるクーポン発行などの機能があります。

また、店側の管理画面も用意し注文された商品を一覧で確認し、各商品ごとに完成時にユーザに知らせることができます。

環境構築

env.shにdockerコマンドをスクリプトとしてまとめています。

$ git clone $this_repository
$ cd $POJECT_PATH
$ source env.sh
$ build
$ bundle install
$ yarn install
$ cp .env.sample .env # このタイミングで.envにAPIキーを記述
$ rails db:create db:migrate db:seed
$ up