Some checks failed
		
		
	
	Build and push docker image / Build (pull_request) Successful in 1m36s
				
			Run linting on the backend code / Build (pull_request) Failing after 24s
				
			Run testing on the backend code / Build (pull_request) Failing after 50s
				
			Build and release APK / Build APK (pull_request) Successful in 4m56s
				
			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 srcdirectory.
- Package management is handled with pipenvand the dependencies are listed in thePipfile.
- Since the application is aimed to be deployed in a container, the Dockerfileis 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