https://github.com/sor4chi/2023-isucon9q
https://github.com/sor4chi/2023-isucon9q
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sor4chi/2023-isucon9q
- Owner: sor4chi
- Created: 2023-11-19T00:58:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T09:02:27.000Z (over 1 year ago)
- Last Synced: 2025-02-06T05:44:15.335Z (3 months ago)
- Language: TypeScript
- Size: 8.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```