anyway/backend/README.md
Remy Moll f45dccff97
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Failing after 0s
Build and deploy the backend to staging / Deploy to production (pull_request) Failing after 0s
just a test
2024-09-21 13:09:27 +02:00

17 lines
768 B
Markdown

# Backend
This repository contains the backend code for the application. It utilizes FastAPI that allows to quickly create a RESTful API that exposes the endpoints of the route optimizer.
## Getting Started
- The code of the python application is located in the `src` directory.
- Package management is handled with `pipenv` and the dependencies are listed in the `Pipfile`.
- Since the application is aimed to be deployed in a container, the `Dockerfile` is provided to build the image.
### Deployment
To deploy the backend docker container, we use kubernetes. The deployment configuration is located under [https://git.kluster.moll.re/anydev/deployment-backend/](https://git.kluster.moll.re/anydev/deployment-backend/).
## Development
TBD
Test for pull request