Skip to content

osahft/OSAHFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSAHFT

build | OSAHFT API: Quality Gate Status | OSAHFT App: Quality Gate Status

OSAHFT is an open source ad hoc file transfer service that uses files services like DRACOON to share files via email.
Currently DRACOON is the only supported file service.

Project structure

.
├── .github/                            github related stuff such as github actions
├── packages/                           components
│   ├── api/                            spring boot backend
│   ├── app/                            angular frontend
│   ├── docker-compose/                 docker compose

Running OSAHFT

Follow the instructions in docker-compose/README.md

Further documentation

The API, APP and Docker-Compose are documented under:
API-Documentation
APP-Documentation
Docker-Compose-Documentation

Git Workflow

We are using the Gitflow.