BaseMax / FirstRailsAPI

A example repository to show how is first Ruby on Rails RESTful API project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Ruby on Rails RESTful API

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version: 3

  • System tested: Arch Linux

  • Database creation: Mariadb/Mysql

  • Database initialization: rails db:seed

Routes

GET /api/v1/articles/
GET /api/v1/articles/:id/
POST /api/v1/articles/
PUT /api/v1/articles/
PATCH /api/v1/articles/
DELETE /api/v1/articles/

© Copyright 2021, Max Base

About

A example repository to show how is first Ruby on Rails RESTful API project

License:GNU General Public License v3.0


Languages

Language:Ruby 69.6%Language:PHP 21.6%Language:Python 8.2%Language:HTML 0.6%