Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafitc/lamhat
Turn any digital devices into photo frame.
https://github.com/rafitc/lamhat
golang
Last synced: 10 days ago
JSON representation
Turn any digital devices into photo frame.
- Host: GitHub
- URL: https://github.com/rafitc/lamhat
- Owner: rafitc
- Created: 2024-06-24T02:03:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T07:50:07.000Z (2 months ago)
- Last Synced: 2024-09-08T21:22:19.518Z (2 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lamhat - Digital Photo Frame
_Turn any digital devices into photo frame._
**Lamhat**: An Arabic word meaning "moments," capturing and displaying your cherished memories.
## Background
I have an old iPad Air 1st Gen that is no longer in use due to the lack of software update support. I want to repurpose this device as a cloud photo frame.
## Technology
- **Backend:** Go (Gin framework)
- **Frontend:** Not yet decided (suggestions are welcome - please create an issue)
- **Database:** PostgreSQL for data and MinIO for object storage## System Design
Read design doc from here [CLICK HERE](docs/README.md)
## TO DO
- [x] High level system design
- [x] Low level system design
- [x] Database setup
- [x] Backend
- [x] Auth
- [x] Admin access and ops
- [ ] Device management
- [x] Image push/pull service
- [ ] Front-end
- [ ] Device View
- [ ] Slideshow View
- [ ] Admin View