Skip to content

amnahid/iidraq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iidraq - Learning Management system

Basic Infos

 

Description

----------------------------------------------------
This is a open source learning management system. Its specially developing for backend stuffs. Its goal is to make launching learning platforms easier.

 
 

Architecture

 

This is the image of basic infrastructure of the application:  

 
 

Documentation

 

Environment Variables

----------------------------------------------------
This variables will go on the .env file, make sure to put your own values:

PORT=SERVER_LISTENING_PORT_NUMBER

 

Basic API structure

----------------------------------------------------
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}"
}

 

Routes

----------------------------------------------------
A overview of routes of the application:

About

A learning management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published