An open API service indexing awesome lists of open source software.

https://github.com/kananinirav/rails-api-centralized-error-handling

Centralized Error Handling for Rails API
https://github.com/kananinirav/rails-api-centralized-error-handling

api ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

Centralized Error Handling for Rails API

Awesome Lists containing this project

README

          

# Centralized Error Handling for Rails API

## System dependencies
* Ruby 2.7.2
* Rails 6.1.5
* Sqlite3

## Getting started
**Inflate Database**
```shell
$ bundle exec rails db:setup
```
**Serve on Local**
```shell
$ bundle exec rails server
```