more readme

This commit is contained in:
2025-01-23 17:57:17 +01:00
parent 8d9e2d9207
commit 2f86536893
4 changed files with 68 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ This repository contains the backend code for the application. It utilizes **Fas
## Getting Started
### Directory Structure
- The code for the Python application is located in the `src` directory.
- The code for the Python application is located in the `src` directory. For further information, refer to the [src README](backend/src/README.md).
- Package management is handled with **pipenv**, and the dependencies are listed in the `Pipfile`.
- Since the application is designed to be deployed in a container, the `Dockerfile` is provided to build the image.