sunnykharel / SoccerBase

International soccer database website created by 5 UT Austin students. Designed using Python Flask, MongoDB, React.js, MaterialUI. Hosted on GCP and Heroku
0 stars 0 forks source link

Send only subsection of whole database #34

Closed sunnykharel closed 4 years ago

sunnykharel commented 4 years ago

Currently the backend api sends the whole database. We need to be able to do the following for the front-end: 1.Send 10 at a time for the database for each page

  1. Send the # of entries in db for pagination Ex: on page 1, you would send data 1-10, on page 2 you would send 11-30, etc.
tanay-bidnurkar commented 4 years ago

closed with addition of pagination