skitoo / hastur

Hastur is a web-based download management application for large files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hastur

Overview

Hastur is a web-based download management application for large files.

This project is originally a proof of concept of some notions of DDD (Domain Driven Design) such as CQRS and Event Sourcing.

Installation

To install it, you need to have the python poetry package manager installed first.

# clone the repository
git clone git@github.com:skitoo/hastur.git

# go into the project folder
cd hastur

# install dependencies via poetry
poetry install

Run it

poetry run uvicorn hastur.port.web.app:web_app

Author

Alexis Couronne

About

Hastur is a web-based download management application for large files.


Languages

Language:Python 100.0%