Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 295 Bytes

File metadata and controls

13 lines (12 loc) · 295 Bytes

"# 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!" }