API to consume three external search services
- itunes
- TV maze
- Crcind
Central Service API
git clone https://github.com/serter95/centralServiceBackendGo.git
cd centralServiceBackendGo
go install
go run main.go
git clone https://github.com/serter95/centralServiceBackendGo.git
cd centralServiceBackendGo
docker pull golang:latest
docker build -t central_service_backend:latest .
docker run -p 3000:3000 central_service_backend:latest