/scholarships-backend

Primary LanguageJavaScriptMIT LicenseMIT

Scholarship Searcher Backend

Installation

  1. Download the latest version of Node.js and NPM at https://nodejs.org/en/download/ for your specific device
  2. Open the command line and run cd path/to/scholarships_backend
  3. Run npm install

Usage

  1. Open the command line and run cd path/to/scholarships_backend
  2. Run node index.js
  3. Use your browser and go to the URL 127.0.0.1:10000
  4. Right click and click on the Inpect option
  5. Type a scholarship into the search bar on the top left of the page and a JSON object with the matching scholarships will be returned in the browser console

Images

page-and-console

returned-object

Alternatively, you can find these images in the screenshots folder