Skip to content
/ hastur Public

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

Notifications You must be signed in to change notification settings

skitoo/hastur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages