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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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