Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 490 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 490 Bytes

pairing-python

A simple bit of Python code to be used in pairing interview situations.

Beginning

  1. Fork this repo

  2. Clone to your local environment

  3. Build with Docker:

    docker build -t py-utcservice .
  4. Run with Docker:

    docker run -p 8080:8080 py-utcservice
  5. Poke it:

    curl 'localhost:8080/?date=2018-10-20'

Tasks

Instructions on how to proceed will be provided to you. Stay chill, and do your best.