veg-finder

System Structure

System Architecture Style

Monolith

The system follows a monolithic architecture where all components are built and deployed as a single unified application.

System Architecture Diagram

graph TD
    A[Monolith System] --> B[Geolocation Service]
    A --> C[SMS Service]
    A --> D[Email Service]

The monolith system depends on two external systems:

Tech Stack

Programming Language

Database

Frameworks & Libraries

Repository Strategy

Mono-Repo

A single repository contains all system components including: