Skip to content

Securely share keys/secrets with others outside of chat communications.

Notifications You must be signed in to change notification settings

mahyarmirrashed/hu.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hu.sh: Secret Sharing Service

Overview

  • Backend: An API built with Express.js.
  • Frontend: A user interface built with React.js.
  • Database: A PostgreSQL database with query operations powered by Knex.js.
  • Docker Compose: Used to orchestrate all services in the development environment.

Local Access Links

Service URL
Frontend http://localhost:3000
Backend http://localhost:8000
PostgreSQL localhost:5432 (via psql or client tools)
pgAdmin http://localhost:5050

Development Commands

Many of the common development commands are documented in the Justfile.

Install Dependencies

just install

Build and Start Services

just up

Stop and Remove Services

just down

About

Securely share keys/secrets with others outside of chat communications.

Topics

Resources

Stars

Watchers

Forks