Remy Moll f71aab22dc
Some checks failed
Build and deploy the backend to production / Build and push image (push) Successful in 2m3s
/ push-to-remote (push) Failing after 22s
Build and deploy the backend to production / Deploy to production (push) Successful in 12s
Merge branch 'feature/adding-timed-visits'
2024-09-22 15:04:56 +02:00
..
2024-09-21 16:04:35 +02:00
2024-08-01 17:56:06 +02:00
2024-07-31 12:54:25 +02:00
2024-09-21 15:10:48 +02:00

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. Modifications to the backend are automatically pushed to a two-stage environment through the CI pipeline. See [deployment/README](deployment/README.md] for further information.

The deployment configuration is included as a submodule in the deployment directory. The standalone repository is under https://git.kluster.moll.re/anydev/anyway-backend-deployment/.

Development

TBD