kkato.app

個人プロジェクト一覧

Book API

Goとnet/httpで作った書籍管理REST API

Go

API コマンド例

curl https://book-api.kkato.app/books
curl https://book-api.kkato.app/books/1

Gin Fleamarket

GoとGinで作ったフリマアプリAPI

GoGinPostgreSQL

API コマンド例

curl https://gin-fleamarket.kkato.app/items

Recipe API

GoとGinで作ったレシピ管理REST API

GoGinSQLite

API コマンド例

curl https://recipe-api.kkato.app/recipes
curl https://recipe-api.kkato.app/recipes/1

Todo App

Goとnet/httpで作ったTodoアプリ

GoPostgreSQL