/enki

A simple blog backend written in rust

Primary LanguageRustMIT LicenseMIT

Enki

A simple blog backend written in rust.

Start

Step 1: Set environment variables in .env.

cp .env.example .env

then edit .env file with your editors.

Step 2: Run Enki

cargo run

or you can build this project with following command:

cargo build --release

and get binary file at target/release

License

MIT