Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Code Structure

Alejandro Recalde edited this page Mar 9, 2021 · 4 revisions

src modules

api

No business logic should be placed here

Just invokes functions from services layer and handles endpoint logic

services

Coordinates utils function execution

utils

Implements business logic

Functions here may involve data access or not

middlewares

Generic functions that are usually required in most requests

Quite related to api layer

Clone this wiki locally