An open API service indexing awesome lists of open source software.

https://github.com/kennanhunter/bad-password-manager

its a bad password manager
https://github.com/kennanhunter/bad-password-manager

api docker nginx password rust svelte

Last synced: about 2 months ago
JSON representation

its a bad password manager

Awesome Lists containing this project

README

          

# Bad Password Manager

[![Lines Of Code](https://tokei.rs/b1/github/KennanHunter/bad-password-manager?category=code)](https://github.com/KennanHunter/bad-password-manager)

Github Actions Build Status

My bad password manager

## Usage

The easiest way to use this is to clone the sourcecode with

`git clone https://github.com/KennanHunter/bad-password-manager`

then run

`docker-compose up`

This requires docker and docker-compose which are available at https://www.docker.com/get-started for Windows with WSL, Mac, and Linux

## Current state

- [ ] API Spec
- [ ] API Implimentation
- [x] Nginx reverse proxy
- [x] Docker-Compose
- [ ] Postgres Database and ORM
- [ ] Kubernetes
- [ ] Svelte Frontend
- [ ] CLI
- [x] Desktop App (Tauri)

- [ ] Backend Whitepaper / Formal Definition
- [x] Github Actions