Skip to content

Small project to display and compare cursor-based pagination with offset pagination using REST and GraphQL

License

Notifications You must be signed in to change notification settings

ramos-ph/cursor-based-pagination-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Based Pagination Example

This project is an example repository for studying purposes.

Dependencies

  • Node.js (v22.8.0)

Building

$ npm install
$ npm run db:migrate
$ npm run db:seed

Running the app

$ npm start

The server will be running at http://localhost:3000/.

API

Refer to http://localhost:3000/ to use the GraphQL UI.

If you want to make HTTP requests, import the apiDocs/ directory on Bruno.

About

Small project to display and compare cursor-based pagination with offset pagination using REST and GraphQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published