Skip to content

ahmojo/Portfolio-Site

Repository files navigation

Portfolio Site

Source code for my personal portfolio site: https://ahmet-portfolio.ch.

The project contains:

  • a static HTML/CSS/JavaScript frontend;
  • a FastAPI backend with SQLite persistence;
  • an admin panel for editing site content;
  • Docker Compose

Placeholder folders are kept for media paths so Docker builds still have the expected directory structure.

Local development

cd backend
cp .env.example .env
# edit .env values before any public deployment
docker compose up --build

For more backend details, see backend/README.md.

About

Backend-focused personal portfolio site built with FastAPI, SQLite, Docker, and a lightweight HTML/CSS/JS frontend. Includes an admin panel for editing content, GitHub activity stats, and project showcases

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors