Skip to content

Xolem49/Count-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.