../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 1 year ago
README.md 1 year ago
dev
seed.sql 1 year ago
go.mod 1 year ago
go.sum 1 year ago
htmx
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_search.html 1 year ago
signup.html 1 year ago
user_edit.html 1 year ago
htp
htp.go 1 year ago
logging
logging.go 1 year ago
main.go 1 year ago
model
model.go 1 year ago
nav
nav.go 1 year ago
ops
integration.go 1 year ago
model.sql 1 year ago
recipe
recipe.go 1 year ago
serve
favicon.ico 1 year ago
htmx.min.js 1 year ago
index.css 1 year ago
serve.go 1 year ago
static.go 1 year ago
user
user.go 1 year ago