Skip to content

A website portfolio crafted to showcase details about yourself, your servers, and your projects. V5. Fall 2025.

Notifications You must be signed in to change notification settings

lxrbckl-dev/Project-Fenaverat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Fenaverat 5

A website portfolio crafted to showcase details about yourself, your servers, and your projects. V5. Fall 2025.

Python Docker dash dash-bootstrap-components dash-mantine-components flask gunicorn plotly json requests github-actions


Local Development

# 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.py

Local Deployment

sudo docker build -t fenaverat .
sudo docker run -d -p 8081:8048 fenaverat

Server Deployment

docker run -d \
  --name fenaverat \
  --restart unless-stopped \
  -p 8048:8048 \
  lxrbckl/project-fenaverat:latest

Resources

Docker Hub

About

A website portfolio crafted to showcase details about yourself, your servers, and your projects. V5. Fall 2025.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published