Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 276 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 276 Bytes

README

System dependencies

  • Ruby 2.4.1
  • POSTGRESQL

Configuration

gem install bundler
bundle install
rails db:migrate

Start

rails s

Test suite

m

Deployment

I recommend using heroku

git push heroku master