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 up
Images are published as part of github ci.
Ref: https://github.com/116davinder?tab=packages&repo_name=ots
ghcr.io/116davinder/ots_frontend:main
from main branch.ghcr.io/116davinder/ots_frontend:pr-<pr-number>
from your PR.
ghcr.io/116davinder/ots_backend:main
from main branch.ghcr.io/116davinder/ots_backend:pr-<pr-number>
from your PR.
We will be using helm
to deploy the stack.