Pagination Demo

This repository demonstrates how to do pagination with ejs, express.js, and mongodb.

spongy bob

Requirements

Setup

  • Install NodeJS, MongoDB and make sure MongoDB is running
  • Run: npm install
  • Run: npm run seed
  • Run: npm run start

Cleanup

  • npm run clean