# 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.