Keychi is the best password manager for securely storing, managing data such as passwords, passkeys, OTP and credit cards.
yarn docker:up
# Stop containers
yarn docker:downTo create tables, copy/paste api/migration/db.sql into pgadmin query editor and execute it.
# Start keychi api server (Golang)
# Install swaggo cli for generating api docs (if not installed)
go install github.com/swaggo/swag/cmd/swag@latest
# Install gow cli for watching file changes and restart server (if not installed)
go install github.com/mitranim/gow@latest
yarn api:dev# Start keychi web app
yarn web:dev# Start keychi mobile app# Start keychi desktop app- Minio console: http://localhost:9000
- Postgres server: http://localhost:5432
- Keycloak: http://localhost:8080
- Keychi web: http://localhost:8888
- Keychi API: http://localhost:3000/api/v1/docs/index.html
Created at: 06-10-2024

