Url content

This commit is contained in:
Luciano Gervasoni
2025-03-07 00:34:46 +01:00
parent 4453a51d6d
commit 54ebd58070
66 changed files with 2072 additions and 21 deletions

12
app_fetcher/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Fetcher
* Fetcher app
- Contains several endpoints to perform a specific fetching type task
- For more details, check in [app.py](app.py) /{fetch_type}
* Build and run
- Important: To be deployed with other micro-services, [docker-compose.yml](../docker-compose.yml)
```
docker build -t fetch_app .
docker run --rm --name container_fetch_app fetch_app
```