rgamba / postman-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps

First make sure you've installed Docker.

Then, create a Docker Hub account if you don't have one already.

Login to Docker Hub:

docker login

Then

git clone https://github.com/rgamba/postman-demo
cd postman-demo
docker-compose up 

Open http://localhost:5000/ to view the auth service dashboard.

Open http://localhost:5001/ to view the api service dashboard.

Finally, send a new request to the actual api service via HTTP.

curl --user user:123 localhost:4000/status

About


Languages

Language:Python 100.0%