feat: merge origin

This commit is contained in:
2025-10-01 16:45:49 +02:00
127 changed files with 6007 additions and 285 deletions

View File

@@ -44,7 +44,7 @@ A Docker image is available to transform a specified directory into a CRUD API.
To run the Docker image:
```bash
docker run -p 8080:8080 -v /path/to/your/data:/app/data marka-crud-api
docker run -p 8080:8080 -v /path/to/your/data:/app/data max/marka-server
```
*(Replace `/path/to/your/data` with the absolute path to the directory you want to expose.)*