A simple bit of Python code to be used in pairing interview situations.
-
Fork this repo
-
Clone to your local environment
-
Build with Docker:
docker build -t py-utcservice .
-
Run with Docker:
docker run -p 8080:8080 py-utcservice
-
Poke it:
curl 'localhost:8080/?date=2018-10-20'
Instructions on how to proceed will be provided to you. Stay chill, and do your best.