Share recipes over nostr https://recipistr.codeberg.page/
 
 
Go to file
user 756f077ed8 Aligned submit new LN address button on user profile page
FossilOrigin-Name: d873d2f47f139cc2a164f059ce929f8f5057d123e60779fccd913c6534173eea
2023-06-08 10:58:15 +00:00
src Fixed bug of showing duplicate recipes 2023-05-11 19:57:59 +00:00
static Added comments to full recipe view and changed recipe_id and auth_pk to bech32 2023-03-22 19:52:42 +00:00
templates Aligned submit new LN address button on user profile page 2023-06-08 10:58:15 +00:00
Cargo.lock Update dependencies versions and changed name of the project 2023-05-06 08:45:40 +00:00
Cargo.toml Update dependencies versions and changed name of the project 2023-05-06 08:45:40 +00:00
GUIDE.md Add readme and guide 2023-05-06 08:27:25 +00:00
README.md Updated the link in readme 2023-05-13 17:48:47 +00:00
Rocket.toml Changing pow of reading recipes 2023-05-10 19:26:49 +00:00

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