This project is based on the original repository by TestDriven.io under the MIT License. See LICENSE
for details.
The following changes have been made in this fork:
- 浏览器变窄时点击按钮展开导航栏。
These contributions are licensed under the MIT License. See LICENSE-Su322
for details.
鉴于网络问题(卡半天),将原有前端部分移出docker-compose.yml,单独运行。对于后端和数据库服务,使用命令:
docker-compose up -d --build
对于前端部分,见services/frontend/README.md
参考:https://testdriven.io/blog/developing-a-single-page-app-with-fastapi-and-vuejs/