"# PythonCodeChallenge"
Unzip the folder to Solution/ Open command prompt. Goto the directory in command line. Enter npm install Run nodemon Using Postman test the api localhost:3001/api/jumble/4 with body section in given format: // request POST /api/jumble/1 { "message": "test 123!" }