Node Backend Pagination with Express and MongoDB

Description

This is a simple project to show how to implement pagination in a Node backend with Express and MongoDB.

Project setup

git clone https://github.com/joparedesm/node-paginacion-express

yarn dev

Project structure

├── README.md
├── package.json
├── yarn.lock
├── src
│   ├── models
│   ├── routes
│   │   └── index.js
│   ├── views
│   ├── index.js

Dependencies

Dev Dependencies