clementraoulgithub / kamas_dashboard

Web app dashboard pour la visualisation du cours monétaire du jeu vidéo Dofus

Home Page:http://www.kamasdash.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Kamas Dashboard

Python 3.12 example workflow example workflow

This repository aim to display average kamas price from several servers.

Conda env

A virtual environment is used to run the project. It is managed by conda.

Create the environment

conda env create -f environment.yml

Activate the environment

conda activate kamas-dashboard

Run the app

In dev mode

make run

In prod mode

make run-prod

Run the tests

make tests

Deploy the app

Build the docker image

make docker-build

Push the docker image

make docker-push

Create the documentation

make docs

About

Web app dashboard pour la visualisation du cours monétaire du jeu vidéo Dofus

http://www.kamasdash.fr

License:MIT License


Languages

Language:Python 93.3%Language:CSS 5.9%Language:Makefile 0.8%