Skip to content

部活動のWebアプリケーション講座を受講後、夏季休業中に作成したWebアプリです。

Notifications You must be signed in to change notification settings

takameron/BookInformation

Repository files navigation

README

この「本評価共有アプリ」は、H28夏季休業中の課題として作成したものです。
課題はとにかく何かWebアプリケーションを作成するという課題でした。
詳しくはmemos.mdをご覧ください。

INSTALL

Windows

#RailsInstaller(http://railsinstaller.org/en)でRubyなどのインストール
git clone https://github.com/t-iwabuchi/BookInformation.git
gem install bundler

bundle install --path vendor/bundle
#エラーが発生した場合は、Gemfile.lockを削除してみる

bundle exec ruby Bookinformation.rb

#ブラウザで localhost:4567 にアクセス

Ubuntu

git clone https://github.com/t-iwabuchi/BookInformation.git
gem install bundler

sudo apt-get install sqlite3 libsqlite3-dev
bundle install --path vendor/bundle
#エラーが発生した場合は、Gemfile.lockを削除してみる

bundle exec ruby BookInformation.rb

#ブラウザで localhost:4567 にアクセス

About

部活動のWebアプリケーション講座を受講後、夏季休業中に作成したWebアプリです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published