An open API service indexing awesome lists of open source software.

https://github.com/luizcalaca/node-mongodb-react-pagination

Node + MongoDB + React = pagination example
https://github.com/luizcalaca/node-mongodb-react-pagination

mongodb nodejs pagination react-bootstrap reactjs

Last synced: about 2 months ago
JSON representation

Node + MongoDB + React = pagination example

Awesome Lists containing this project

README

          

# Pagination example with Node API + MongoDB + React

## How to use

```
cd backend && npm i && node ./src/index.js
```

```
cd frontend && npm i && npm start
```