# cd MICROSERVICE_FOLDER
cd backend-api
uv sync
e.g.
# just dev {{service}}
just dev concepts-api
e.g.
# just test {{service}}
just test concepts-api
e.g.
# just deploy {{service}} {{environment}} {{tag}}
just deploy concepts-api production latest
This repo makes use of uv workspaces which are analogous to our microservices.
- add your service to the tool.uv.workspace.members in pyproject.toml
- add the service to the relevant .github/workflows
- add it to the .trunk/configs/pyrightconfig.json