# README
HackUPC2024-backend
Requirements
Golang 1.22.2 (Only if going to run localy) Docker (Only if run using docker)
Run
go run cmd/main.go
Access Self Deployed
localhost:8080
Access Remote
https://wayfinder.fly.dev/
Dockerfile explanation
We have not implemented multi-stage build because we've suffered an strange bug while trying to deploy it on fly.io.