Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 362 Bytes

serverJS

pagination

Title: Pagination. Language: JS. Example: How to make a simple pagination and display data of mongoose; meanwhile, lazy pagination was implemented using function* notation defined in JS. Database: mongoDB

Installation:

  1. git clone https://github.com/derweisskrag/serverJS.git
  2. npm init
  3. npm i mongoose express