Lukas1811 / CompetitionManager

Software for managing archery competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompetitionManager

Small web application for managing archery competitions, up to this point it's in an development state.

Tech stack

The Backend is completely written in Python 3.7 using the Flask micro framework. The Frontend uses jQuery and Materialize. This Repository is an PyCharm Project, which means you can continue developing it pretty easily.

Docker

Build

./scripts/container-build.sh

Run

ENGINE=podman
$ENGINE run --rm -it -p 8080:9000 -v $PWD/Database:/app/Database chevdor/archery-competition-manager

About

Software for managing archery competitions

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:HTML 0.7%Language:CSS 0.1%Language:JavaScript 0.1%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%