https://github.com/traptitech/anke-to
traP部内アンケートシステム (バックエンド)
https://github.com/traptitech/anke-to
hacktoberfest
Last synced: 3 months ago
JSON representation
traP部内アンケートシステム (バックエンド)
- Host: GitHub
- URL: https://github.com/traptitech/anke-to
- Owner: traPtitech
- Created: 2019-07-14T15:46:31.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T05:54:45.000Z (12 months ago)
- Last Synced: 2025-07-11T09:29:22.622Z (12 months ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 6.59 MB
- Stars: 9
- Watchers: 11
- Forks: 4
- Open Issues: 85
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anke-to
[](https://codecov.io/gh/traPtitech/anke-to)
[](https://github.com/traPtitech/anke-to/actions)
[](https://apis.trap.jp/?urls.primaryName=anke-to)
[](https://goreportcard.com/report/traPtitech/anke-to)
部内アンケートシステム
## 開発
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` を参照)