/nodeSearch

Primary LanguageJavaScript

nodeSearch πŸ”

search as typing demonstration

Setup

  1. Clone this repo
  2. Make sure you have NodeJS and all of the dependencies installed
  3. You need a "subjects" folder with with folders for each subject:
    subjects
    β”œβ”€β”€β”€BIO
    β”œβ”€β”€β”€CHEM
    └───CS
  4. Folder for "qp" and "ms" .pdfs

Final structure

nodeSearch
β”œβ”€β”€β”€subjects
β”‚ β”œβ”€β”€β”€BIO
β”‚ β”œβ”€β”€β”€CHEM
β”‚ └───CS
β”œβ”€β”€β”€node_modules
β”œβ”€β”€β”€public
β”œβ”€β”€β”€ms
└───qp

(Including "server.js", "package.json"... in root)