This API controls the movement of a robot in a 10x10 square.
GET /{input} A string of directions (R or L) and movement (M)
name type data type description inputrequired string A string of input for the robot. ex: RMMMLMMRRL
http code content-type response 200text/plain; charset=UTF-8String string 400application/json{"error":"Bad Request"}
In the root folder of the project, use this command:
docker compose up --build