-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
User Story
As a user, I want to see a list of all items so that I can decide which one I want to view in more detail.
Implementation details
- Write an express route for
GET /api/itemsthat queries the db via Sequelize, sending back allitems. - Create a React component that calls this endpoint via
fetchin auseEffect, and.maps over the data, displaying anitemview for each.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels