olioapps / typescript-starter-lab

0 stars 1 forks source link

Implement Basic Route for Get All Users #89

Open reimannsarah opened 1 year ago

reimannsarah commented 1 year ago

What this is

This task is to implement a basic route for getting all users using Express routing.

Context

The API should allow clients to retrieve a list of all stored user data.

Acceptance Criteria