2020-10-08 14:08:50 +02:00
2020-10-12 00:16:23 +02:00
2020-10-12 00:16:23 +02:00
2020-10-12 00:16:23 +02:00
2020-10-11 23:02:57 +02:00
2020-10-12 00:16:23 +02:00
2020-10-11 18:17:12 +02:00
2020-10-11 12:07:06 +02:00
2020-10-11 12:08:03 +02:00
2020-10-11 11:58:52 +02:00
2020-10-11 18:17:12 +02:00
2020-10-11 18:17:12 +02:00
2020-10-11 20:35:55 +02:00
2020-10-12 00:16:23 +02:00

Trikotwaschliste

Website: https://deizisauer-waschweiber.de/

Setting up a development environment

  • Install docker and docker-compose
  • Run the docker-compose development file
sudo docker-compose -f docker-compose_dev.yml up -d

This will start pgadmin on port 8084 and a postgres-db on port 8081

  • Run the program trikotwaschliste to execute the database migrations.

Building

go build

Upgrade vendor dependencies

To update your local dependencies use the following command inside the root of this project:

go get -u -t ./...

This will update the go.mod and go.sum file. To get the dependencies inside the vendor folder use:

go mod tidy
go mod vendor
Description
Trikot Waschliste
Readme 2.9 MiB
Languages
Go 61.2%
HTML 33.3%
CSS 2.8%
Dockerfile 2.7%