Robot Functionality Go to current directory of your project in your commandline enter node index.js hit this route http://localhost:8080/api/robots/robot-directions in postman with the params :- { "robot_start_location" : 5, "robot_end_location" : 6, "robot_initial_direction" : "L", "robot_command_list": ["F"] } That's it