Share recipes over nostr
https://recipistr.codeberg.page/
![]() FossilOrigin-Name: d873d2f47f139cc2a164f059ce929f8f5057d123e60779fccd913c6534173eea |
||
---|---|---|
src | ||
static | ||
templates | ||
Cargo.lock | ||
Cargo.toml | ||
GUIDE.md | ||
README.md | ||
Rocket.toml |
README.md
Recipistr
Recipes over nostr
- Find recipes by ingredients
- Tip the author of your favourite recipes
- Create recipes and, if people like them, receive tips to your LN Address
Getting started
Clone the project
git clone https://codeberg.org/recipistr/recipistr.git
cd recipistr
Optionally edit Rocket.toml
to configure.
Run it
cargo run
Recipistr is running at http://127.0.0.1:8081
For more information, read The Guide