Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 519 Bytes

dormdigest-backend

Backend API server for dormdigest service

---
title: dormdigest system
---
flowchart TB
    Locker[Scripts locker]
    MySQL[(SIPB\nMySQL db)]

    subgraph dormdigest.mit.edu
    Frontend([Frontend]) --> Backend[Backend API]
    Backend -->|/get_events| Frontend
    end

    Humans("`**MIT community**`") -->|sends out\ndormspam| Locker
    Locker -->|/eat| Backend
    MySQL <--> Backend
    Frontend --> Humans

    Backend ~~~ MySQL

Documentation

See docs folder.