An open API service indexing awesome lists of open source software.

https://github.com/oiax/pico_planner

『Ruby on Rails 初級②〜④』のサンプルアプリケーション
https://github.com/oiax/pico_planner

bootstrap4 rails ruby

Last synced: 3 months ago
JSON representation

『Ruby on Rails 初級②〜④』のサンプルアプリケーション

Awesome Lists containing this project

README

          

# PicoPlanner: 簡易予定表管理システム

これは『Ruby on Rails 5.0 初級』シリーズの学習用 Rails アプリケーションです。第2巻以降で使用します。

## 稼働条件

* OS X v10.11 または Ubuntu 16.04
* Ruby 2.4.1

## インストール方法

```text
$ gem install bundler
$ bundle install
$ rails db:setup
```

## 起動方法

```text
$ rails s
```