https://github.com/basemax/firstrailsapi
A example repository to show how is first Ruby on Rails RESTful API project
https://github.com/basemax/firstrailsapi
restful restful-api restful-webservices ruby ruby-rails
Last synced: 10 months ago
JSON representation
A example repository to show how is first Ruby on Rails RESTful API project
- Host: GitHub
- URL: https://github.com/basemax/firstrailsapi
- Owner: BaseMax
- License: gpl-3.0
- Created: 2021-06-12T22:48:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T11:36:39.000Z (11 months ago)
- Last Synced: 2025-03-28T17:08:05.859Z (11 months ago)
- Topics: restful, restful-api, restful-webservices, ruby, ruby-rails
- Language: Ruby
- Homepage:
- Size: 19 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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