MCPcopy Index your code
hub / github.com/TomDoesTech/REST-API-Tutorial-Updated / app.ts

File app.ts

src/app.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import express, { Request, Response } from "express";
2import dotenv from "dotenv";
3dotenv.config();
4import config from "config";

Callers

nothing calls this directly

Calls 4

startMetricsServerFunction · 0.90
connectFunction · 0.85
routesFunction · 0.85
swaggerDocsFunction · 0.85

Tested by

no test coverage detected