acme / atlasPublicmain · 1,284 commits★ 2.8k on GitHub

Follow one request through Atlas.

A visual guide to the GitHub codebase, from the first route match to the final stored record.

01 / ENTRYHTTP routeapps/api/routes.ts
02 / TRUSTSession guardpackages/auth/guard.ts
03 / WORKCommand buscore/commands/dispatch.ts
04 / STORERepositorydata/repos/project.ts

Where the code lives

Start here

  1. Read the request lifecycle
  2. Run the local stack
  3. Trace one test end to end