- Ability to add dynamic ports config
- Add proxy to frontend
docker-compose up
Frontend(React) will be accessible at: http://localhost:80/
Backend(Go) will be accessible at: http://localhost:8000/
cd backend
go mod download
go run main.go
cd frontend
npm install
npm start