What is the suitable architecture for huge project like 'School Management System' ?
I was trying to implement the microservices architecture, but is microservices architecture needed for 'School Management System' or monolith is fine ?
As microservice brings some pros with it like scalability,separate microservices etc but also cons like complexity, architecture , security and also hosting micoservices are expensive.