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