Initial commit

This commit is contained in:
2025-07-16 16:04:34 +02:00
parent 58ba4ecd59
commit 174785f982
10 changed files with 352 additions and 1 deletions

View File

@@ -1,2 +1,8 @@
# go-fileserver
# Go File Server with Dashboard
A self-contained Go application that:
- Serves file uploads via web UI
- Tracks uploads/downloads with timestamps
- Displays an admin dashboard with a Bootstrap UI and Chart.js graphs
- Serves all frontend files locally (no CDN)