initial commit
This commit is contained in:
36
apps/Backend/.turbo/turbo-dev.log
Executable file
36
apps/Backend/.turbo/turbo-dev.log
Executable file
@@ -0,0 +1,36 @@
|
||||
|
||||
> backend@1.0.0 dev
|
||||
> ts-node-dev --respawn --transpile-only src/index.ts
|
||||
|
||||
[[36mINFO[0m] [30;1m11:56:33[0m ts-node-dev ver. 2.0.0 (using ts-node ver. 10.9.2, typescript ver. 5.9.3)
|
||||
✅ Server running in development mode at http://0.0.0.0:5000
|
||||
[2026-01-25T16:57:06.447Z] OPTIONS /api/notifications 204 in 3ms
|
||||
[2026-01-25T16:57:06.448Z] OPTIONS /api/users/ 204 in 0ms
|
||||
[2026-01-25T16:57:06.454Z] GET /api/notifications 403 in 5ms
|
||||
[2026-01-25T16:57:06.456Z] GET /api/users/ 403 in 1ms
|
||||
[2026-01-25T16:57:13.454Z] OPTIONS /api/auth/login 204 in 1ms
|
||||
[2026-01-25T16:57:13.676Z] POST /api/auth/login 200 in 208ms :: {"user":{"id":2,"username":"admin"},"token…
|
||||
[2026-01-25T16:57:13.700Z] OPTIONS /api/notifications 204 in 1ms
|
||||
[2026-01-25T16:57:13.715Z] GET /api/notifications 200 in 13ms :: []
|
||||
[2026-01-25T16:57:14.010Z] OPTIONS /api/patients/recent 204 in 1ms
|
||||
[2026-01-25T16:57:14.077Z] GET /api/patients/recent 200 in 60ms :: {"patients":[{"id":129,"firstName":"ROB…
|
||||
[2026-01-25T16:57:16.531Z] OPTIONS /api/database-management/destination 204 in 1ms
|
||||
[2026-01-25T16:57:16.535Z] OPTIONS /api/database-management/status 204 in 1ms
|
||||
[2026-01-25T16:57:16.563Z] GET /api/database-management/destination 200 in 24ms :: [{"id":6,"userId":2,"pa…
|
||||
[2026-01-25T16:57:16.596Z] GET /api/database-management/status 200 in 48ms :: {"connected":true,"size":"20…
|
||||
[2026-01-25T16:57:21.719Z] OPTIONS /api/patients/recent 204 in 1ms
|
||||
[2026-01-25T16:57:21.732Z] GET /api/patients/recent 304 in 9ms :: {"patients":[{"id":129,"firstName":"ROBE…
|
||||
[2026-01-25T16:57:30.632Z] OPTIONS /api/appointments/day 204 in 0ms
|
||||
[2026-01-25T16:57:30.633Z] OPTIONS /api/staffs/ 204 in 0ms
|
||||
[2026-01-25T16:57:30.649Z] GET /api/appointments/day 200 in 11ms :: {"appointments":[],"patients":[]}
|
||||
[2026-01-25T16:57:30.651Z] GET /api/staffs/ 201 in 6ms :: [{"id":4,"userId":2,"name":"Dr.S","email":null,"…
|
||||
[2026-01-25T16:57:32.881Z] OPTIONS /api/patients/recent 204 in 0ms
|
||||
[2026-01-25T16:57:32.882Z] OPTIONS /api/claims/recent 204 in 0ms
|
||||
[2026-01-25T16:57:32.898Z] GET /api/patients/recent 304 in 12ms :: {"patients":[{"id":129,"firstName":"ROB…
|
||||
[2026-01-25T16:57:32.922Z] GET /api/claims/recent 200 in 32ms :: {"claims":[{"id":160,"patientId":129,"app…
|
||||
[2026-01-25T16:57:39.896Z] OPTIONS /api/patients/128 204 in 0ms
|
||||
[2026-01-25T16:57:39.896Z] OPTIONS /api/staffs/ 204 in 0ms
|
||||
[2026-01-25T16:57:39.897Z] OPTIONS /api/npiProviders/ 204 in 0ms
|
||||
[2026-01-25T16:57:39.904Z] GET /api/patients/128 200 in 4ms :: {"id":128,"firstName":"BORIN","lastName":"K…
|
||||
[2026-01-25T16:57:39.907Z] GET /api/staffs/ 201 in 5ms :: [{"id":4,"userId":2,"name":"Dr.S","email":null,"…
|
||||
[2026-01-25T16:57:39.908Z] GET /api/npiProviders/ 304 in 4ms :: [{"id":2,"userId":2,"npiNumber":"157873261…
|
||||
Reference in New Issue
Block a user