Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 531 Bytes

coderunner-service.md

File metadata and controls

23 lines (18 loc) · 531 Bytes

Codesling Coderunner Service Developer Documentation

Note: If you want to run all backend services along with the clientside development server, check out the main README.md instructions

To begin developing on the Coderunner Service, run the following from the coderunner-service folder:

yarn
yarn start

REST API

POST /submit-code
  request
    body = JSON {
      code: STRING (required)
    }
  response
    status = 200 | 400
    data = STRING (stdout)