Skip to content

integra-vendas/backend-integration-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-integration-config

.env

## branches for integration

LOGIN=dev
API_GATEWAY=dev
PRODUCT=dev
ORDER=dev

This is the environment file that defines what branches will be pulled from the repository and built.

Running

make

Entering on container

sudo docker ps ## to see the running containers

sudo docker exec -ti api-gateway bash

Testing connectivity

Inside the container run

pip install requests
python

>>> import requests
>>> requests.get('http://products-microservice:8002/products') 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published