/blog_api-rs

Blog api implementation with rust with in-memory database

Primary LanguageRust

Blog API - Rust

Run

cargo run
# localhost:7666 `/posts`, `/posts/:id`, POST `/posts`

Build

cargo build