项目作者: Lukas1811

项目描述 :
Software for managing archery competitions
高级语言: Python
项目地址: git://github.com/Lukas1811/CompetitionManager.git
创建时间: 2019-09-15T23:22:49Z
项目社区:https://github.com/Lukas1811/CompetitionManager

开源协议:GNU General Public License v3.0

下载


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

  1. ./scripts/container-build.sh

Run

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