Please make sure you have installed python 3.10 and poetry
- Python environment
and paste environment variables
make install
- Put
gcp-service-account.jsonunderconfigdirectory (you may need tomkdiryourself). - Run backend service
make run
- Backend openapi documents should be accessed through http://localhost:8000/api/docs
- For development usage, you may use
to start server with auto-reload.
make dev
make testNote: you may check other usages through make help command.