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
1 year ago
README.md
last week
go.mod
2 months ago
go.sum
2 months ago
base.html
1 year ago
htmx.go
1 year ago
index.html
1 year ago
login.html
1 year ago
new_recipe.html
1 year ago
recipe_details.html
1 year ago
recipe_edit.html
1 year ago
recipes_for_later.html
1 year ago
recipes_for_later_edit.html
1 year ago
recipes_search.html
1 year ago
signup.html
1 year ago
user_edit.html
1 year ago
logging.go
1 year ago
main.go
2 months ago
favicon.ico
1 year ago
htmx.min.js
1 year ago
index.css
1 year ago
serve.go
2 months ago
static.go
1 year ago