From 40f6712b281c786eafcb0d35dfa0119dbbcad4c2 Mon Sep 17 00:00:00 2001 From: Iacami Gevaerd Date: Thu, 2 Nov 2023 16:40:41 -0300 Subject: [PATCH] add readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1037640..732467b 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# media-resizer \ No newline at end of file +# media-server + +This project is a basic express server image resizer "proxy" coupled with Google Storage API. +The main goal of this project is to reduce the payload served to users. We also make use of heavy caching on Cloud Flare to be sure images aren't processed more than once. + +## development + +the main development branch is `develop`, whenever it is merged an automatic service deployment to staging happens. similarly when a `release`is performed, the main production service is deployed. + +the code should be formatted with standard prettier config, even though there are no active linters configured currently.