This is a simple rest api application created with flask and python
App.py Run the the whole application
src directory contains the most of the source for the application and its made of several directories it has a dunder init python file which contains the entirety of the application
model directory contains models of the application
repository contains repository belonging to models for accessing database documents of various models
controller directory contains controller methods that control actions of repository
config directory contains configurations of the applications. Environment variables and other neccessary configs
helpers directory contains various helper functions
libs contains various complicated helper functions relating to the application itself