Introduction

One page summary on the Dojo Backend API.

Dojo backend API

The Dojo backend API is a RESTful API built using NodeJS and Typescript. It is used to manage the data of the Dojo platform, such as users, assignments, exercises, etc.

The Dojo routes API documentation (and its OpenAPI specification) can be found in swagger or in redoc format.

Development / Contribution