Skip to content

axyut/dairygo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

htmx, go, templ, mongodb

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published