../recipes
Simple recipe sharing app
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
cmd
passhash
main.go 10 months ago
config
config.go 10 months ago
dev
seed.sql 2 years ago
go.mod 10 months ago
go.sum 10 months ago
htmx
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_search.html 2 years ago
signup.html 2 years ago
user_edit.html 2 years ago
htp
htp.go 10 months ago
logging
logging.go 2 years ago
main.go 10 months ago
model
model.go 2 years ago
nav
nav.go 2 years ago
ops
integration.go 2 years ago
model.sql 2 years ago
recipe
recipe.go 10 months ago
serve
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
user
user.go 10 months ago