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
- Host: GitHub
- URL: https://github.com/luizcalaca/node-mongodb-react-pagination
- Owner: luizcalaca
- Created: 2023-01-31T02:50:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T17:02:41.000Z (over 2 years ago)
- Last Synced: 2025-06-14T14:02:27.794Z (4 months ago)
- Topics: mongodb, nodejs, pagination, react-bootstrap, reactjs
- Language: JavaScript
- Homepage:
- Size: 322 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```