| OSAHFT API: | OSAHFT App:
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.
.
├── .github/ github related stuff such as github actions
├── packages/ components
│ ├── api/ spring boot backend
│ ├── app/ angular frontend
│ ├── docker-compose/ docker compose
Follow the instructions in docker-compose/README.md
The API, APP and Docker-Compose are documented under:
API-Documentation
APP-Documentation
Docker-Compose-Documentation
We are using the Gitflow.