Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
express, { Request, Response } from
"express"
;
2
import
dotenv from
"dotenv"
;
3
dotenv.config();
4
import
config from
"config"
;
Callers
nothing calls this directly
Calls
4
startMetricsServer
Function · 0.90
connect
Function · 0.85
routes
Function · 0.85
swaggerDocs
Function · 0.85
Tested by
no test coverage detected