Skip to content

Single place for a individual/family to share the recipes they use

Notifications You must be signed in to change notification settings

Noahdw/Recipeze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 19, 2025
f6a3127 · Mar 19, 2025

History

19 Commits
Mar 18, 2025
Mar 19, 2025
Mar 19, 2025
Mar 16, 2025
Mar 4, 2025
Mar 16, 2025
Mar 19, 2025
Mar 18, 2025
Mar 16, 2025
Mar 16, 2025
Mar 5, 2025
Mar 4, 2025
Mar 12, 2025
Mar 4, 2025
Mar 5, 2025
Mar 5, 2025
Mar 6, 2025
Mar 13, 2025
Mar 12, 2025
Mar 18, 2025
Mar 18, 2025
Mar 5, 2025
Mar 6, 2025
Mar 7, 2025
Mar 7, 2025

Repository files navigation

Goal: Single place for a individual/family to share the recipes they use.

Built using gomponents + htmx.

Recipeze
├─ .air.toml
├─ .editorconfig
├─ .golangci.yml
├─ Dockerfile
├─ Makefile
├─ README.md
├─ cmd
│  └─ app
│     └─ main.go
├─ docker-compose.yml
├─ go.mod
├─ go.sum
├─ http
│  ├─ recipehandler.go
│  ├─ routes.go
│  ├─ server.go
│  ├─ server_test.go
│  └─ static.go
├─ model
│  └─ model.go
├─ package.json
├─ public
│  ├─ images
│  │  └─ logo.png
│  ├─ scripts
│  │  ├─ app.js
│  │  └─ htmx.js
│  └─ styles
│     └─ app.css
├─ repo
│  ├─ db.go
│  ├─ models.go
│  ├─ query.sql.go
│  └─ util.go
├─ run.sh
├─ service
│  └─ recipe.go
├─ sql
│  ├─ query.sql
│  └─ schema.sql
├─ sqlc.yml
├─ tailwind.css
├─ tailwindcss
├─ tmp
│  ├─ app
│  └─ build-errors.log
└─ ui
   ├─ common.go
   ├─ home.go
   └─ recipes.go

About

Single place for a individual/family to share the recipes they use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published