michael-duren/covid-journal · 文件
文件最后提交记录最后更新时间
README.md
Covid Journal
I struggle with long term covid and have for years. This project is an attempt to help me track my symptoms in relation to my exercise.
MakeFile
run all make commands with clean tests
make all build
build the application
make build
run the application
make run
Create DB container
make docker-run
Shutdown DB container
make docker-down
live reload the application
make watch
run the test suite
make test
clean up binary from the last build
make clean