Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 814 Bytes

SPM

Simple Password Manager

Yet another "Simple" Password Manager.

Objective

This one aims to provide an API that can be hosted by anyone so their passwords are under their concern.

Why not a simple DB?

Well if you think enough this is just a simple DB, but with a abstraction layer wrapper which allow you to do some pretty cool things.

Features

  • API Wrapper Provider.
  • (WIP) Mobile Interface.
  • Web Interface
  • Shared Clipboard dependency (plugin)

How to setup

Clone the API Wrapper to your local server or machine, then quickly setup with docker compose.

docker compose up -d

You can watch the logs of the containers app, mongodb, express through docker compose as well.

docker compose logs <container_name> -f