- Revise
.envfile - Use
docker compose up -dto test the cluster - Use browser to visit
http://localhost:8080to see the web app
Revise .env file in several folders, then use the following command to start the cluster.
In production environment, use
$ docker compose -f docker-compose.prod.yml up -d
to start the cluster with images built from github actions.
$ uv run pytest
$ npx playwright test
- Vue
- FastAPI
- MinIO
- PostgreSQL
- Auth
- Handle Oauth and group/role management
- Flow
- Handle document flow
- minio-api
- Handle file upload/download URL for MinIO
