Skip to content

Latest commit

 

History

History
 
 

api

API code

Folder structure

The app is split into modules, each module (any folder directly under api/src) can have service(s) and/or controller(s)

There is still temporary old code inside:

Dependency injection

We use typedi for dependency injection, please check their docs.

We use it in both services and controllers.

Note: if the readme is still unclear, please create a PR with your suggested changes/additions