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

https://github.com/sor4chi/2023-isucon9q


https://github.com/sor4chi/2023-isucon9q

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# isucon9-qualify

## アプリケーションのディレクトリ構成

アプリケーションのディレクトリ構成は以下のようになっています。

```
/home/isucon/isucari/webapp/
├── docs # アプリケーションおよび外部サービスについてのドキュメント
├── frontend # フロントエンドのソースコード
├── go # Go実装
├── nodejs # Node.js実装
├── perl # Perl実装
├── php # PHP実装
├── python # Python実装
├── ruby # Ruby実装
├── public # jsやcss、画像データ等の静的ファイル
└── sql # データベースのスキーマおよび初期化に必要なSQL
```