From 2dc28192f27f263650311f5b673fe9f4aebf358e Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sun, 12 Jun 2022 13:50:48 +0300 Subject: [PATCH] Updated README with info about technologies which are used in this project --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8254ab8..8fce708 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ Rectes (anagram from "secret") is self-hosted service to share secrets (like pas over the network, but don't want them to appear in chats, unencrypted e-mails, etc. This service tries to be as anonymous as possible. The only personal information that will be stored -on a server will be IP address of the client that made request to the server. +on a server will be IP address of the client that made request to the server. + +Service is built with Python, FastAPI and is using Redis for data storage.