What is monolithic architecture pattern?
Monolithic architecture - monolithic application is a single unified software application which is self-contained and independent from other applications, but typically lacks flexibility.
Monolithic architecture - Design an architecture that structures the application as a single deployable/executable component that uses a single database.