Skip to content

All Items List #1

@wallacepreston

Description

@wallacepreston

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/items that queries the db via Sequelize, sending back all items.
  • Create a React component that calls this endpoint via fetch in a useEffect, and .maps over the data, displaying an item view for each.

Metadata

Metadata

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