エンジニア用ダッシュボード(作成途中)。作業工数の提出時に使うかも。
- フロントエンド: Next.js(app router) + shadcn/ui
- バックエンド: actix-web(Rust)
- データベース: MongoDB
- プロキシ: Traefik
make build
make up
←apiコンテナのビルド完了待つ
cd frontend
pnpm build
pnpm start
- http://localhost/docs/#/ バックエンド(APIドキュメント)
- http://db-admin.localhost/ MongoDB Express(MongoDBのGUI)
- http://traefik.localhost/ Traefikのダッシュボード