Commit Graph

3 Commits

Author SHA1 Message Date
root eeb3e58814 feat: add Docker support and fix page refresh issues
- Add Dockerfile with root user for simplified deployment
- Add docker-compose.yml for local development
- Add docker-compose.prod.yml for production deployment
- Add start.sh script for container initialization
- Fix page caching: add dynamic rendering to all pages
- Update database initialization to handle permissions
- Update README with deployment instructions

This is the first fully functional version with Docker support.
No manual permission setup required on deployment.
2026-01-20 05:49:57 +00:00
root e7ca93f510 feat: Initial implementation of Battery Tracker
- Dashboard with stats overview (available, in-use, charging counts)
- Battery management (add, edit, delete battery groups by brand/type)
- Device management (add, edit, delete devices)
- Assign/remove batteries to/from devices
- Move batteries between states (available/charging)
- SQLite database with Drizzle ORM
- Responsive UI with Tailwind CSS

🤖 Generated with [Qoder][https://qoder.com]
2026-01-19 16:26:36 +00:00
root 289f83ad5c Initial commit from Create Next App 2026-01-19 15:59:58 +00:00