Rails Api App is a boilerplate project for JSON RESTful APIs. It follows the community best practices in terms of standards, security and maintainability, integrating a variety of testing and code quality tools.
It's based on Rails 7.0.3 and Ruby 3.1.2.
This template comes with:
- Schema
- Endpoints
- Clone this repo
- Install PostgreSQL in case you don't have it
rails db:create
rails s
- You can now try your REST services!
You can use CODEOWNERS file to define individuals or teams that are responsible for code in the repository.
Code owners are automatically requested for review when someone opens a pull request that modifies code that they own.
Rails Api App is maintained with ❤️ by Supriyo.