endpoint-flow
v0.1.0
Published
endpoint-flow — Visualize Express request flow from route → controller → service → database.
Maintainers
Readme
endpoint-flow
Topics: architecture · express · diagram · mern-packages · merndev · nodejs · npm-pm · typescript
Visualize complete request flow — which route calls which service and which Mongo collection.
Install
npm install endpoint-flowAPI
import { endpointFlow } from "endpoint-flow";
endpointFlow.build("/users");License
MIT
