qpass is a minimal secret-sharing tool inspired by Yopass that tries to keep the bare-minimum and stay as lightweight as possible
- Start a memcached server:
docker run --name qpass_cache -p 11211:11211 -d memcached:alpine memcached - Run
go run .to start the server athttp://localhost:3000 - Or check the sample
docker-compose.ymlfile for running it with Docker