Author: n-freman
Techonologies used for this repo (backend):
- FastAPI - for web API
- SQLAlchemy - for db interactions, planning to make custom ORM for redis
- python-jose - for JWT
- pyotp - for OTP
- Redis pub/sub - as message broker
- PostgreSQL - database, planning to fully replace by redis