Example REST API made with Flask for an interview assessment. JSON data is a simple list of ski resort info. Use POSTman or similar for full functionality. The JSON format for HTTP requests is:
{
"elevation": "2319m",
"name": "big white",
"city": "kelowna"
}
For usage:
pip install -r requirement.txt
& python app.py