Skip to content

DevOpsGIG/restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API

Enpoints:

  GET  /ping  -> response: "pong"
  POST /arith -> response:  status code

This REST API receive requests containing tasks from producers, calls the appropriated subscriber to solve the problem and send back a response with the result.

How to:

make test  // To run unit tests
make run   // To start the server

Server listens on port 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published