Skip to content

Files

Latest commit

4e36e2c · May 29, 2022

History

History
29 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 884 Bytes

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.