Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 174 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 174 Bytes

FlexibleBudget api

Development

  • install Ruby 2.4.4
  • run bundle install
  • create database and run migrations: rails db:create db:migrate
  • start server rails s