frontend to backend communication working, starting on locations page

This commit is contained in:
2021-12-08 23:11:50 -05:00
parent ce38e21dca
commit 41f6b5873c
18 changed files with 341 additions and 124 deletions

View File

@@ -7,6 +7,7 @@ env:
RELEASE_MSG: "First official release of the project"
GO_VERSION: 1.16.3
GI_SERVER_PORT: 3500
GI_BASICAUTH: false
REACT_APP_BACKEND_PORT: 3500 #Frontend can't find backend port unless we specify it (for DEV only, does not work when built obv)
tasks:
@@ -78,7 +79,7 @@ tasks:
run-backend:
env:
GI_BASIC_AUTH: false
GI_DEVELOPMENT: false
# TZ: "America/New_York"
cmds: