International soccer database website created by 5 UT Austin students. Designed using Python Flask, MongoDB, React.js, MaterialUI. Hosted on GCP and Heroku
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
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.
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