Remy Moll c87a01b2e8
All checks were successful
Build and push docker image / Build (pull_request) Successful in 1m54s
Build and release APK / Build APK (pull_request) Successful in 5m32s
overhaul using a trip struct that notifies its ui dependencies
2024-08-03 17:17:48 +02:00
..
2024-08-01 17:56:06 +02:00
2024-07-31 12:54:25 +02:00
2024-07-25 17:22:29 +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. The deployment configuration is located under https://git.kluster.moll.re/anydev/deployment-backend/.

Development

TBD