From 6c61d2cd8fc1a4d8b9f6376a8db4a51f362f8a6d Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:51:16 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b4fcf9..549e1b4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A web API that uses celery workers to process URL archive requests via [bellingcat/auto-archiver](https://github.com/bellingcat/auto-archiver), it allows authentication via Google OAuth Apps and enables CORS, everything runs on docker but development can be done without docker (except for redis). +![image](https://github.com/user-attachments/assets/905d697d-b83e-437b-87d1-cc86d3c8d8bf) + ## setup To properly set up the API you need to install `docker` and to edit 3 files: 1. a `.env.prod` and `.env.dev` to configure the API, stays at the root level