Skip to content

rgamba/postman-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages