This project is developed for learning purposes. This is a site that allows you to order and view meals in the canteen. Based on the programming language golang. The mvc framework utron is used.
The model described here is used.
go get -u -v git.klimlive.de/frzifus/dbwt
You will need golang (1.6 or newer). Currently supported/tested are:
- linux amd64
- win64
- arm
make amd64 # linux-amd64
make win64 # win-64.exe
make arm # linux-arm
Note: docker compose v2+ is required.
make docker-build
creates a container with mariadb under the name dbwt_database_1. The default mysql root password is "1234". Furthermore, a second container dbwt_app_1 is created, where the project will be compiled.
godoc -http=":6060"
Creates a local webserver with package documentation and can be found at localhost:6060/pkg/git.klimlive.de/frzifus/dbwt
Write output to ./build/log/test_[date].log
make test
make viz