Categorygithub.com/iskorotkov/password-manager
repository
1.0.0
Repository: https://github.com/iskorotkov/password-manager.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Password manager

A simple manager for storing your passwords.

Overview

This app allows you to store your usernames and passwords for different websites and easily retrieve them via HTTP API.

Start server

To start the server use:

docker-compose up -d

To stop the server after you are done, use:

docker-compose down

Access API

Open http://localhost:8080/swagger-ui/ in your browser.