This is a simple project to show how to implement pagination in a Node backend with Express and MongoDB.
git clone https://github.com/joparedesm/node-paginacion-express
yarn dev
├── README.md
├── package.json
├── yarn.lock
├── src
│ ├── models
│ ├── routes
│ │ └── index.js
│ ├── views
│ ├── index.js