Clone with
git clone git://git.awl.red/neallred/recipes
Recipes📎
Simple recipe sharing app.
Re-start the db with
rm $HOME/.recipes.db
sqlite3 $HOME/.recipes.db '.read ops/model.sql'
After adding a user through the UI, you can seed them some recipes with
sqlite3 $HOME/.recipes.db '.read dev/seed.sql'
Tests📎
- See https://git.awl.red/~neallred/recipes_integration
Admin📎
cmd/passhash.main.go can help generate the sql to reset a password.
From there, it is up to the maintainer of the instance to properly stop the app, run a sqlite shell, and run the command to reset the password.
.gitignore
2 years ago
README.md
8 months ago
go.mod
10 months ago
go.sum
10 months ago
base.html
2 years ago
htmx.go
2 years ago
index.html
2 years ago
login.html
2 years ago
new_recipe.html
1 year ago
recipe_details.html
2 years ago
recipe_edit.html
2 years ago
recipes_for_later.html
2 years ago
recipes_for_later_edit.html
2 years ago
recipes_search.html
2 years ago
signup.html
2 years ago
user_edit.html
2 years ago
logging.go
2 years ago
main.go
10 months ago
favicon.ico
2 years ago
htmx.min.js
2 years ago
index.css
2 years ago
serve.go
10 months ago
static.go
2 years ago