Software development strategy where many project codes
are stored in the same repository
▪ Single repository that stores all of your code and assets for
every project
▪ Companies like Google, Facebook, Microsoft, Uber, Airbnb,
and Twitter
▪ Single source of truth, easy to share code, easy to
refactor code
▪ Why We are using Monorepo ?
▪ Microservices Part
▪ Infrastructure Part
▪ Store Microservices Code and Infrastructure Code at the
same repository