Personal portfolio website for Frandy Slueue — Full Stack Software Engineer.
Live site: frandy.dev
- Frontend: Next.js 16+, Tailwind CSS, Framer Motion
- Backend: FastAPI (Python 3.12), SQLAlchemy 2.x, Alembic
- Database: PostgreSQL 16
- Analytics: Umami (self-hosted)
- Infrastructure: Docker Compose, Nginx, DigitalOcean, GitHub Actions
cp .env.example .env
# Fill in your .env values
docker compose -f docker-compose.dev.yml upFive services orchestrated via Docker Compose: Next.js frontend, FastAPI backend, PostgreSQL database, Umami analytics, and Nginx reverse proxy.
Full specification documented in /docs.