Files
go-fileserver/README.md
2025-07-18 09:31:26 +02:00

12 lines
444 B
Markdown

# 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)
![Main Site](screenshots/go-fileserver-index.png)
![Dashboard Download](screenshots/go-fileserver-dashboard.png)
![Dashboard Upload](screenshots/go-fileserver-dashboard-upload.png)