yoshixmk / rails-guide

Ruby on Rails Tutorial

Home Page:https://railsguides.jp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

I hands-on like this

API Endpoints

Our API will expose the following RESTful endpoints.

Endpoint Functionality
POST /signup Signup
POST /auth/login Login
GET /auth/logout Logout
GET /todos List all todos
POST /todos Create a new todo
GET /todos/:id Get a todo
PUT /todos/:id Update a todo
DELETE /todos/:id Delete a todo and its items
GET /todos/:id/items Get a todo item
PUT /todos/:id/items Update a todo item
DELETE /todos/:id/items Delete a todo item

Prerequisites

rails 6

About

Ruby on Rails Tutorial

https://railsguides.jp


Languages

Language:Ruby 99.5%Language:HTML 0.5%