A website portfolio crafted to showcase details about yourself, your servers, and your projects. V5. Fall 2025.
PythonDockerdashdash-bootstrap-componentsdash-mantine-componentsflaskgunicornplotlyjsonrequestsgithub-actions
# Initiate
python -m venv venv# Windows (PowerShell)
.\venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt# MacOS / Linux
source venv/bin/activate
python -m pip install -r requirements.txt# Run
python app.pysudo docker build -t fenaverat .
sudo docker run -d -p 8081:8048 fenaveratdocker run -d \
--name fenaverat \
--restart unless-stopped \
-p 8048:8048 \
lxrbckl/project-fenaverat:latest