../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
.gitignore 7 months ago
README.md 4 months ago
dev
seed.sql 8 months ago
go.mod 4 months ago
go.sum 4 months ago
htmx
base.html 4 months ago
htmx.go 4 months ago
index.html 4 months ago
login.html 4 months ago
new_recipe.html 4 months ago
recipe_details.html 4 months ago
recipe_edit.html 4 months ago
recipes_for_later.html 4 months ago
recipes_search.html 4 months ago
signup.html 4 months ago
user_edit.html 4 months ago
htp
htp.go 4 months ago
logging
logging.go 4 months ago
main.go 4 months ago
model
model.go 4 months ago
nav
nav.go 4 months ago
ops
integration.go 4 months ago
model.sql 7 months ago
recipe
recipe.go 4 months ago
serve
favicon.ico 7 months ago
htmx.min.js 4 months ago
index.css 4 months ago
serve.go 4 months ago
static.go 4 months ago
user
user.go 4 months ago