woflow-coding-challenge-220815M

Submission for the Senior Full Stack Software Engineer position at WoFlow

How to Run

  1. clone repo

     git clone git@github.com:ivanscdo/woflow-coding-challenge-220815M.git
    
  2. navigate to solution directory

     cd woflow-coding-challenge-220815M/solution 
    
  3. create python environment

     python3 -m venv env
    
  4. activate newly created python environment

     source env/bin/activate
    
  5. install required dependencies (requests library)

     python3 -m pip install -r requirements.txt
    
  6. execute solution.py

     python3 solution.py
    

Reference