basic-api Requires node js Run npm install && npm start for launching the server in localhost 8085 Post to api/sum with an array of numbers for getting the sum back. Absolute value of the numbers will be used. { "numbers": [1, 2, -3] }