Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 newsletters

Uses Postgres With Redis for user storage and session management
Simple React Frontend for the admins to write new newletter