Author: lapostoj
Contact: jerome.lapostolet@gmail.com
Online application to manage the reserve of a wine cellar. Built for a personal use so some aspects might be specific. The project is made with an upload on Google appengine in mind.
- Go 1.19 (with modules)
docker build -t winemanager .
docker run -p 8080:8080 --env FRONTEND_FOLDER="/frontend/" winemanager
See upgrades to be done
go list -u -m all
Update all direct and indirect dependencies
go get -u ./...
Prune dependencies from go.mod
go mod tidy
go test ./...