monolithic
Monolithic vs MicroService architecture
Monolithic architecture is something that build from single piece of material, historically from rock. Monolith term normally use for object made from single large piece of material. — Non-Technical Definition Monolithic application has single code base with multiple modules. Modules are divided as either for business features or technical features. It has single build system which build entire application and/or dependency. It also has single executable or deployable binary — Technical Definition Industry is using this approach since long to develop enterprise application.