Filtering Autocomplete Data

Handles the filtering and returning correct data for the autocomplete.

Install

Make sure you have nodemon installed as a global package.

npm install -g nodemon

Navigate to the root of the folder and run:

npm install

Let's start the app.

nodemon server.js

That will start the app on localhost:3000

Libraries

  • express for providing endpoints and middleware.

Client side

With cloning the repo you are also getting the bundled client side app. If you want to see the full source code of the client app. You can check the repo.