Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmnzx/newswave
A simple newsletter app using Rust
https://github.com/lmnzx/newswave
Last synced: about 1 month ago
JSON representation
A simple newsletter app using Rust
- Host: GitHub
- URL: https://github.com/lmnzx/newswave
- Owner: lmnzx
- License: mit
- Created: 2023-07-08T11:49:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T10:39:20.000Z (6 months ago)
- Last Synced: 2024-10-14T09:29:58.529Z (2 months ago)
- Language: Rust
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# newswave
A simple newsletter app using Rust## Routes
- /api/health_check - external monitoring services
- /api/subscribe - new user can subscribe to the newsletter
- /api/subscribe/:token - new user verifies their subcription
- /api/publish - admins to publish new newslettersUses Postgres With Redis for user storage and session management
Simple React Frontend for the admins to write new newletter