A simple blog backend written in rust.
cp .env.example .env
then edit .env
file with your editors.
cargo run
or you can build this project with following command:
cargo build --release
and get binary file at target/release
MIT
A simple blog backend written in rust.
cp .env.example .env
then edit .env
file with your editors.
cargo run
or you can build this project with following command:
cargo build --release
and get binary file at target/release
MIT