Common

Common app keeps every common folder and models

Common models

BaseModel is the base model, used for every other model it adds a created_at field to every model and change the way we set a unique identifier to every model instance

Common docs

Common also holds the documentation stuff, we use ReDoc for the api documentation and Sphinx for the backend app documentation.