Skip to content

EricPickup/Shopify-Backend-Summer-2018-Challenge

Repository files navigation

Shopify Summer 2018 Back-End Intern Challenge

An optional coding challenge to complete when applying to Shopify for the Summer 2018 Back-End Development Intern position.

The Challenge

Instructions: https://backend-challenge-summer-2018.herokuapp.com/

Main API endpoint: https://backend-challenge-summer-2018.herokuapp.com/challenges.json?id=1&page=1

Extra challenge API endpoint: https://backend-challenge-summer-2018.herokuapp.com/challenges.json?id=2&page=1

Prerequisites

You need Python's requests library installed. You can do this with:

$ pip install requests

Running

The endpoint URL can be swapped between the two given URLs above. Simply run the program using:

$ python shopify-challenge.py

About

My solution to Shopify's 2018 Summer Back-End Intern challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages