Skip to content

SPrio/rails_api_app

Repository files navigation

Rails API App

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.

Features

This template comes with:

  • Schema
  • Endpoints

How to use

  1. Clone this repo
  2. Install PostgreSQL in case you don't have it
  3. rails db:create
  4. rails s
  5. You can now try your REST services!

Code Owners

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.

Credits

Rails Api App is maintained with ❤️ by Supriyo.