Logo
MT
ST
index.ts
routes.ts
users.ts
package.json
TypeScriptLn 1, Col 1UTF-8LF
No problemsSpaces: 2
● Container running
$ bun install
bun install v1.1.3 (59bc8b30)
+ drizzle-orm@0.30.8
+ postgres@3.4.3
+ ioredis@5.3.2
3 packages installed [892ms]
Β 
$ bun run src/index.ts
πŸš€ Server running on http://localhost:3000
πŸ“Š Environment: development
Β 
GET /health 200 OK β€” 0.9ms
GET /users?page=1&limit=20 200 OK β€” 4.2ms
POST /auth/login 200 OK β€” 12.1ms
GET /users/usr-042 404 Not Found β€” 1.8ms
$