One Time Secret Sharing Application Stack.
It consists of 3 layers as other usual web-application does.
- Frontend Layer using ReactJs.
- Backend Layer using Python3 + FastAPI.
- Database Layer using Redis.
docker-compose build
docker-compose upImages are published as part of github ci.
Ref: https://github.com/116davinder?tab=packages&repo_name=ots
ghcr.io/116davinder/ots_frontend:mainfrom main branch.ghcr.io/116davinder/ots_frontend:pr-<pr-number>from your PR.
ghcr.io/116davinder/ots_backend:mainfrom main branch.ghcr.io/116davinder/ots_backend:pr-<pr-number>from your PR.
We will be using helm to deploy the stack.
