- Run
npm install
in all the 3 services i.e.api-server
,build-server
ands3-reverse-proxy
- Docker build the
build-server
and push the image to AWS ECR. - Setup the
api-server
by providing all the required config such as TASK ARN and CLUSTER arn. - Run
node index.js
inapi-server
ands3-reverse-proxy
At this point following services would be up and running:
S.No | Service | PORT |
---|---|---|
1 | api-server |
:9000 |
2 | socket.io-server |
:9002 |
3 | s3-reverse-proxy |
:8000 |