Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 275 Bytes

Requirements : Docker

USAGE :

--> cd Count-API-master

--> docker-compose up

counter API can be found at http://localhost:5000/count

--> Counts amount of page access.

show API can be found at http://localhost:5001/show

--> Calls counter API and display returned result.