afnleaf / pkautocalc

pokemon damage calculator automation
http://pkautocalc.duckdns.org/
0 stars 0 forks source link

Pokemon Auto Calculator

Tech Stack

How Self Host (DOCKER REQUIRED)

This web application is completely containerzied and can be run locally using docker on Linux or docker desktop on Windows/macOS. The docker compose file makes things quite easy.

Ideas

Pokemon Object Data

Name:
Item:
Ability:
Level:
Tera:
EVs: 
    HP:
    Atk:
    Def:
    SpD:
    SpA:
    Spe:
IVs:
    HP:
    Atk:
    Def:
    SpD:
    SpA:
    Spe:
Boosts:
    HP:
    Atk:
    Def:
    SpD:
    SpA:
    Spe:
Nature:
Moveset:

Webapp Architecture

ToDo

Backend

Frontend

Production

Production Server Stack