Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 245 Bytes

File metadata and controls

16 lines (14 loc) · 245 Bytes

Centralized Error Handling for Rails API

System dependencies

  • Ruby 2.7.2
  • Rails 6.1.5
  • Sqlite3

Getting started

Inflate Database

$ bundle exec rails db:setup

Serve on Local

$ bundle exec rails server