https://github.com/pascalpost/go-webapp
https://github.com/pascalpost/go-webapp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascalpost/go-webapp
- Owner: pascalPost
- License: agpl-3.0
- Created: 2023-12-14T16:16:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T12:42:09.000Z (over 2 years ago)
- Last Synced: 2025-03-21T02:16:12.093Z (over 1 year ago)
- Language: Go
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Reminder go-webapp
This is a first attempt at a webapp using Go.
It is a simple reminder app that sends emails to clients.
The app is built using the following technologies:
- Go
- HTML
- CSS
- Htmx
- Sqlite
## TODO
- [ ] Add Client table pagination
- [ ] Add Client table search
- [ ] Add Client table sort
- [ ] Add Client table filter
- [ ] Add SMTP email support
- [ ] Add SMTP credential encryption
- [ ] Enhance structure
- [ ] Add unit tests
- [ ] Add email history
- [ ] Add email submission
- [ ] Deploy as desktop app