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-23 12:03:39 -07:00
demo Rename parent to parentId 2022-07-22 17:19:16 -07:00
src Add persistent databases 2022-07-22 15:37:57 -07:00
.gitignore Ignore nginx.conf 2022-07-23 12:02:28 -07:00
Cargo.lock Bundle SQLite with rusqlite 2022-07-23 12:03:39 -07:00
Cargo.toml Bundle SQLite with rusqlite 2022-07-23 12:03:39 -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.