Skip to content

Yandex graduation project on the topic of secure secret storage manager

Notifications You must be signed in to change notification settings

kripsy/GophKeeper

Repository files navigation

GophKeeper

Yandex graduation project on the topic of secure secret storage manager

For easy start project (server, deps, without client).

install deps.

  1. go mod download

run postgres, pgadmin.

password for postgres and pgadmin look in docker-compose file.

  1. docker-compose up postgres_db pgadmin minio

-secure=false use for disable tls.

It's helpful for dev, if u want use BloomRPC for testing. BloomRPC can't work with selfsigned certs.

  1. go run ./cmd/server/main.go -secure=false

About

Yandex graduation project on the topic of secure secret storage manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published