Skip to content

antonponton/dynatrace-internship-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backend oriented task

I choose to do this task in python

Link to docker image : https://hub.docker.com/r/antonponton/dynatrace-internship-task

Instructions to run the server an test operations:

-To start the server, run this command:

python -m server.py

-To query operation 1, run this command:

curl http://localhost:8000/exchangerates/rates/a/AUD/2022-05-13/

-To query operation 2, run this command:

curl http://localhost:8000/exchangerates/rates/a/AUD/last/5/

-To query operation 3, run this command:

curl http://localhost:8000/exchangerates/rates/c/AUD/last/5/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published