Skip to content

サプリメントの残量を自動で管理するアプリケーション

Notifications You must be signed in to change notification settings

machida/remaining_supplements

 
 

Repository files navigation

remaining_supplements

remaining_supplementsは、定量摂取しているサプリメントの残量とリマインドを管理するサービスです。

内容量と1日あたりの摂取量を設定することで、サプリメントがなくなる日がわかり、なくなる前にリマインドを設定することで買い忘れを防止してくれます。

ローカル立ち上げ

$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s

seed(初期データ)

$ rails db:seed

以下のアカウントでログインできます。

eメール: [email protected]
パスワード: testtest

test

$ bundle exec rspec

About

サプリメントの残量を自動で管理するアプリケーション

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.8%
  • Slim 23.5%
  • SCSS 6.0%
  • HTML 4.4%
  • JavaScript 3.3%