----------------------------------------------------
This is a open source learning management system. Its specially developing for backend stuffs. Its goal is to make launching learning platforms easier.
This is the image of basic infrastructure of the application:
----------------------------------------------------
This variables will go on the .env file, make sure to put your own values:
PORT=SERVER_LISTENING_PORT_NUMBER
----------------------------------------------------
This is how the basic returned API will look like:
{
"status":"STATUS_CODE",
"message":"THIS IS A MESSAGE ABOUT WHAT HAPPENED ON THE SERVER SIDE",
"body":"{RETURNED_REQUESTED_DATA}"
}
----------------------------------------------------
A overview of routes of the application: