A Rust-based comment server using SQLite and an intuitive REST API. https://blog.elnu.com/2022/07/soudan-a-comment-system-built-with-rust/
Find a file
2022-07-09 12:21:08 -07:00
src Add testing flag and CORS 2022-07-09 12:21:08 -07:00
.gitignore Initial commit 2022-07-06 13:29:39 -07:00
Cargo.lock Add testing flag and CORS 2022-07-09 12:21:08 -07:00
Cargo.toml Add testing flag and CORS 2022-07-09 12:21:08 -07:00
LICENSE Create LICENSE 2022-07-06 15:43:43 -07:00
README.md Update README.md 2022-07-08 18:41:00 -07:00

soudan

A Rust-based comment server using SQLite and an intuitive REST API.