UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Create a Pagination middleware #119

Open Scott-Kenning opened 1 month ago

Scott-Kenning commented 1 month ago

Feature Description

Pagination middleware for all API endpoints to use when returning a list of results

Problem You're Trying to Solve

We need to avoid duplicating work between the different services to implement pagination

Related External Resources