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
- Host: GitHub
- URL: https://github.com/kananinirav/rails-api-centralized-error-handling
- Owner: kananinirav
- Created: 2022-04-16T09:52:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T09:54:47.000Z (about 4 years ago)
- Last Synced: 2025-01-25T15:32:15.252Z (over 1 year ago)
- Topics: api, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```