Add independant service to query external APIs
Closes #113
-
Set up the structure on docker-compose with hello world example -
Add endpoints to obtain information from external APIs -
Think about a common structure for response from this service -
Handle error and return a common way of handling them for API consumers -
Set Kubernetes pod
Edited by Kenzo-Hugo Hillion
Merge request reports
Activity
Filter activity
added Backend Docker-compose Doing FastAPI Kubernetes metageneDB labels
Still issues to handle for nginx for the local instance for development:
- For some reason
/bioapi/docs
redirects to/docs
... - When trying to access documentation of FastAPI, a request
/openapi.json
is run and does not work since it would need to bebioapi/openapi.json
. I did an ugly fix in the meantime but should find a better solution in the future
- For some reason
mentioned in commit 8ed8e55e
Please register or sign in to reply