Skip to content

matigaleanodev/modo-playa-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modo Playa Platform

🇬🇧 English | 🇪🇸 Español

Modo Playa Platform documents the operating model behind the product: a public lodging catalog, an admin surface for owners and operators, and a multi-tenant backend that keeps permissions, business rules, and media handling consistent.

Angular NestJS MongoDB Cloudflare R2 Docker AWS

Code Repositories

Why This Repo Exists

This repository exists to explain the product as a coordinated system instead of three isolated applications.

The public app, admin panel, and backend solve different problems. This repo makes the separation explicit: discovery for guests, operations for admins, and shared control in the backend.

Current Focus

  • preserve a clean boundary between public browsing and authenticated operations
  • keep tenant and permission rules centralized in the backend
  • make media handling predictable across admin flows
  • document the platform in terms of product operations, not just infrastructure

Architecture

flowchart LR
  User --> PublicApp[modo-playa-app]
  AdminUser --> Admin[modo-playa-admin]
  PublicApp --> API[modo-playa-api]
  Admin --> API
  API --> DB[(MongoDB)]
  API --> R2[Cloudflare R2]
Loading

Docs

About

Architecture docs for a lodging platform with public catalog, admin panel, and multi-tenant NestJS backend.

Topics

Resources

Stars

Watchers

Forks

Contributors