Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 396 Bytes

File metadata and controls

28 lines (24 loc) · 396 Bytes

AdvancedWeb-Backend

Advanced Web Backend

build and run

cd backend
go run main.go

cd driving
go run .
cd backend
go install github.com/swaggo/swag/cmd/swag@latest
swag init --parseDependency --parseDepth 1
go build -o main.exe
./main.exe
<!-- docker pull ppolariss/advanced_web_backend:latest -->
docker compose -p awb pull
docker compose -p awb up -d