Skip to content

vbcherepanov/tt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Field Materials Backend Interview skeleton code

Build & Run Server locally

make run

# for run on specific port
make port=8081 run

Run a sample request against the server

curl -X POST -H "Content-Type: application/json" -d @req.json http://localhost:8080/v1/resize

# for check sync|async request
make curl
# or
make curl_async

Now in your browser, you can check one of the returned urls!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.1%
  • Makefile 2.9%