Skip to content

traP部内アンケートシステム (バックエンド)

Notifications You must be signed in to change notification settings

traPtitech/anke-to

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2023
Mar 29, 2024
Aug 18, 2023
Mar 8, 2024
Jan 23, 2024
Jan 22, 2024
Oct 1, 2021
Dec 31, 2020
Oct 23, 2020
Dec 10, 2023
Sep 5, 2021
Aug 5, 2023
Jan 31, 2021
Oct 27, 2021
Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Nov 30, 2021
Sep 22, 2021
Sep 30, 2021
Sep 30, 2021

Repository files navigation

anke-to

codecov swagger go report

部内アンケートシステム

開発

https://wiki.trapti.tech/SysAd/docs/anke-to/development

サーバーサイド

Docker, Goが必要です

make dev

ベンチマーク

Docker,openapi-generator-cli,Goが必要です。

#ベンチマーク前のanke-to起動
# make tuning

#ベンチマーク
$ make bench

#750レコードinsert
$ make bench-init

#pprof
$ make pprof

#pt-query-digest
# make slow

#myprofiler
# make myprof ARGS="{引数}"

クライアントサイド

Node.js が必要です

cd client
npm install
npm run serve

(詳しくは client/README.md を参照)