Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 664 Bytes

File metadata and controls

7 lines (5 loc) · 664 Bytes

GitHub

🎯Mono-Repo VS Poly-repo: - The difference is about code organization, not deployment or Hosting pattern, like whether frontend and backend are served together or separately.

  1. Mono-repo: - A monorepo (short for "monolithic repository") means many different services/projects (like, Web Frontend, Mobile Frontend, Multiple backends) codes is stored in a single version control repository
    • Mono-repo is about code organization, not deployment or Hosting pattern, like whether frontend and backend are served together or separately
  2. Poly-repo: - Each project has its own dedicated version control repository.