No description
Find a file
Lucas 8a7f9a62e5 Add mining resource system with background updates
Implements automatic resource production with database persistence:
- Mining table with timestamp, value, and rate tracking
- Background ticker updates values every minute
- API endpoint calculates real-time values from database snapshots
- Frontend displays live-updating current value and database history
- Rate-based accumulation system for efficient resource management

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 03:29:29 +02:00
.gitignore Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
account.html Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
ajax.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
CLAUDE.md Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
echo-test.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.mod Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.sum Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
index.html Add mining resource system with background updates 2025-06-14 03:29:29 +02:00
items.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
main.go Add mining resource system with background updates 2025-06-14 03:29:29 +02:00
mining.html Add mining resource system with background updates 2025-06-14 03:29:29 +02:00
random.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
styles.css Initial commit: Web development playground 2025-06-14 01:38:32 +02:00