Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

routes under Backend/src/routes #22

@Zernullo

Description

@Zernullo

exampleRoutes.ts (you'll rename this)

  • Tells requests where to go:
    • "/login" → go to loginController
    • "/users" → go to userController
  • (Like a phone operator directing calls)

index.ts

  • Takes all our little route files
  • and combines them into one big map
  • that the app can use

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions