DeadlyFirex / PrimoTracker

Suite of tools to track your income over time of primo's.
GNU Affero General Public License v3.0
1 stars 0 forks source link
flask python3 rest-api

PrimoTracker

Suite of tools to track your income over time of primo's.

Description

Application built in pure Python, acts as an REST API.\ Made with Flask and several extensions and uses JWT to authenticate

Installation

Looking in the flaskr folder, the init file is the file to run.\ It is however recommended to run the application through flask itself.\ You can run the app on Linux by executing

/usr/bin/python3 -m flask run -h 0.0.0.0 -p 8000

Docker support will soon be available.

Roadmap

The roadmap is not yet available, but will be soon.

Configuration

Configuration is accessible here, rename the file to config.json on finish.\ Extended explanation will be provided soon.

URL mapping

Will be provided soon.

Database

Currently, the application only supports MySQL-type databases.\ Extended support for different database structures will be added later.

Libraries