/training_db_webapp

Ruby on Rails練習

Primary LanguageRuby

Training DB Webapp

Requirement

  • Ruby 2.6.3
  • Rails 5.2.3
  • PostgreSQL 9.2.24

How to use

$ bundle install --without production
$ rails db:create
$ rails db:migrate
$ rspec
$ rails s