Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 329 Bytes

Store Location Server

  • Simple backend server for Store Service

Technologies used.

  • Go - 1.17

How to run ?

    make build
    PORT=8080 WEATHER_URL=localhost:3000 ./store-location
    

Sample CURL APIs

PUT

curl --location --request GET 'http://localhost:8080/stores/?max=2&country=DE'