Skip to content

et79/checkListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

チェックリストを作成するWebアプリケーションです。HerokuにてデモWebを公開中です。

checklist–app.herokuapp.com

使い方等については、‘つかい方’のページを参考にして下さい。

起動方法

ソースコードを、GitHubからダウンロードします。

$ git clone https://github.com/et79/checkListApp.git

アプリを起動します。

$ cd checkListApp
$ bundle install --without production
$ bundle exec rake db:migrate
$ rails s

localhost:3000 にアクセスします。

About

Application of self-check list (under construction)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published