Categorygithub.com/rinoguchi/microblog
modulepackage
0.0.0-20240225071929-6f2b15d13736
Repository: https://github.com/rinoguchi/microblog.git
Documentation: pkg.go.dev

# README

microblog

個人用のマイクロブログです。主な使用技術は、Golang(chi + wire + oapi-codegen + bun)・GAE・PostgreSQL(supabase)です。

インストール

make go-install

[参考] ソースコードをもとに依存関係を整理

go mod tidy

ローカルでの起動

make serve

# コメント一覧取得
curl http://localhost:8080/comments

# コメント登録
curl -X POST -H "Content-Type: application/json" -d '{"text" : "あいうえお"}' http://localhost:8080/comments

GAE にデプロイ

make deploy

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author