Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 263 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 263 Bytes

Fukyobako

Requirements

  • MySQL

Get started

$ bundle install --path vendor/bundle

Database & Data

$ bin/rails db:create
$ bin/rails db:migrate
$ bin/rails db:seed_fu

Run Rails

$ bin/rails server

Test

to be described