feat(ui+backend): base of data persistence

This commit is contained in:
2020-09-11 09:19:18 +02:00
parent c7cea6e46b
commit 7fc1a7f3af
37 changed files with 1298 additions and 195 deletions

View File

@ -28,7 +28,7 @@ down:
docker-compose down -v --remove-orphans
db-shell:
docker-compose exec postgres psql -Udaddy
docker-compose exec postgres psql -Uguesstimate
migrate: build-server
( set -o allexport && source .env && set +o allexport && bin/server -workdir "./cmd/server" -config ../../data/config.yml -migrate $(MIGRATE) )