1
0
Fork
You've already forked recipes_backend
0
No description
  • Rust 100%
2026年07月02日 07:23:23 +02:00
.github/workflows chore(deps): update actions/checkout action to v7 2026年06月19日 06:46:30 +02:00
entity fix(deps): update rust crate itertools to 0.15 2026年06月17日 07:02:00 +02:00
migration moved to axum 2025年08月24日 14:26:55 +02:00
src fix clippy lint 2026年01月04日 13:46:27 +01:00
.gitignore initial commit 2022年09月25日 08:11:47 +02:00
.rustfmt.toml moved to axum 2025年08月24日 14:26:55 +02:00
Cargo.lock chore(deps): update rust crate jwt-simple to v0.12.17 2026年07月02日 07:23:23 +02:00
Cargo.toml fix(deps): update rust crate tower-http to 0.7.0 2026年06月16日 02:12:05 +02:00
LICENSE add a license 2022年12月10日 15:03:53 +01:00
README.md add a readme 2022年12月11日 10:53:06 +01:00
renovate.json move CI to codeberg 2025年12月23日 08:28:33 +01:00

Rezepte-Datenbank: Backend

Installation

Download the asset from the latest release or compile the source yourself:

git clone https://github.com/ckruse/recipes_backend.git
cd recipes_backend
cargo build --release

Configure

The backend is configured by environment variables. The following variables are recognized:

LISTEN=127.0.0.1:8080
DATABASE_URL=postgresql://localhost/recipes_dev
COOKIE_KEY=some_random_hool9ioXahT6aiheeyiphao8koothubahthoweiD
PICTURE_DIR=/path/to/pictures/storage/dir
AVATAR_DIR=/path/to/avatars/storage/dir

Run

Just run the binary:

./recipes