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
go.mod
1 year ago
go.sum
1 year 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
1 year ago
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