Categorygithub.com/lapostoj/winemanager
modulepackage
0.0.0-20241119214023-ab495895ee33
Repository: https://github.com/lapostoj/winemanager.git
Documentation: pkg.go.dev

# README

Wine Manager

Author: lapostoj

Contact: [email protected]

Description

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.

Technology

  • Go 1.19 (with modules)

Development

Build the app

docker build -t winemanager .

Serve the app

docker run -p 8080:8080 --env FRONTEND_FOLDER="/frontend/" winemanager

Manage dependencies

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

Run the tests

go test ./...

# Packages

No description provided by the author