Categorygithub.com/axyut/dairygo
modulepackage
0.0.0-20240621140201-bfa4b6c95346
Repository: https://github.com/axyut/dairygo.git
Documentation: pkg.go.dev

# README

dairy management with htmx, golang, templ

For a client's dairy. Has a simple UI to add daily transactions and view monthly reports.

used

setup

MONGODB_URI=mongodb+srv://USERNAME:PASSWORD@CLUSTER/
DB_NAME=dairyDB
MONGO_LOCAL=mongodb://localhost:27017/
ENV=dev
PORT=3000
make install # to install the dependencies
make dev # to run the developmental server
make build_x && bin/app.out # to build the binary x-> linux, darwin, windows
kill -TERM $(lsof -ti:3000) # to kill the server

extra

launch.bat

./app.exe
pause

random screenshots

homePage popup transactionPage reports page