In the given assignment we suggest you to process an automatically generated JSON file with some data and calculated some stats. Please ensure that you read, understand and follow instructions.
<name>_true_dev
.true_dev
branch to the master branch.Json data found in this repo.
API
. Functional requirements are presented querable endpoints. (important)Generate a JSON file of the following format:
{
"unique_recipe_count": 15
}
{
"count_per_recipe": [
{
"recipe": "Mediterranean Baked Veggies",
"count": 1
},
{
"recipe": "Speedy Steak Fajitas",
"count": 1
},
{
"recipe": "Tex-Mex Tilapia",
"count": 3
}
]
}
"busiest_postcode": {
"postcode": "10120",
"delivery_count": 1000
}
"match_by_name": [
"Mediterranean Baked Veggies", "Speedy Steak Fajitas", "Tex-Mex Tilapia"
]
}
We expect that the assignment will not take more than 2-3 hours of work. In our judgement we rely on common sense and do not expect production ready code. We are rather instrested in your problem solving skills and command of the programming language that you chose.
It worth mentioning that we will be testing your submission against different input data sets.
General criteria from most important to less important: