Updated README with info about technologies which are used in this project

This commit is contained in:
Ivan Golikov 2022-06-12 13:50:48 +03:00
parent 7933983ffc
commit 2dc28192f2

View file

@ -5,3 +5,5 @@ over the network, but don't want them to appear in chats, unencrypted e-mails, e
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.
Service is built with Python, FastAPI and is using Redis for data storage.