An open API service indexing awesome lists of open source software.

https://github.com/dacq-trap/dacq

DacQ Score Server
https://github.com/dacq-trap/dacq

data-analysis go nextjs

Last synced: 5 months ago
JSON representation

DacQ Score Server

Awesome Lists containing this project

README

          

# dacq

[APIドキュメント](https://dacq-api.netlify.app/)

## openapi-generatorでのコード生成
```sh
cd client && npm run gen-api
```

## クライアント開発用のモックサーバーの立ち上げ
```sh
sh ./scripts/prism.sh
```