Skip to content

NotSoFancyName/SimpleWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWebServer

To start the server run:

$ docker-compose up 

It will start server at the localhost:8081. The server has only one REST API endpoint GET /api/block/<block_number>/total, where block_number is an unsigned integer.

You could test it by using curl, for example:

$ curl http://localhost:8081/api/block/1155089/total

About

Simple Web Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published