Nicram97 / express-cloud-subservice

Subservice to express-cloud-setup to train axios requests to other service which next will be co-service on kubernetes etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express-cloud-subservice

This app is subservice of Express-cloud-setup && Nestjs-cloud-setup It provides endpoint under "/" path which return json array of cars objects which is used to exercise access from one service to another, and to provide second service for contract testing using Pact.

How-To

Run app

Run "npm run start" command or use You IDE.

Add service to kubernetes

To create deployment and service You can use spring-deployment/service.yaml with command "kubectl apply (-f FILENAME | -k DIRECTORY)" If You want deployment to work remember to use proper name whe creating and pushing app docker build.

About

Subservice to express-cloud-setup to train axios requests to other service which next will be co-service on kubernetes etc.


Languages

Language:TypeScript 78.8%Language:Dockerfile 21.2%