From f799415ada940440a87c2ff31d0837a16cb8ed06 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Tue, 17 May 2022 01:32:47 +0200 Subject: [PATCH] added Techstack to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e961d61..2420d1f 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,17 @@ Other urls are: When you request a shared file directly, you can add anything after a dot behind the id e.g. `/s/jW8ADy.png`. This is done to make the browser display the file correctly. On the server side, this will be stripped away. + +# Tech stack + +## Backend + +- Go +- Minio s3 client +- Mux + +## Frontend + +- Svelte +- Highlight.js +- Typescript