NodeJS KnexJS project need to a simple search feature (This is a quick job urgent)

Job ID: 32780741

Budget: €30 – €250 EUR

Hello,

Be aware I will need this done immediately in a couple of hours max

My project is here where all the code is
https://github.com/Jakub41/testingKnexObjectionJS

The project has Docker inside but that is not required to run as you should have a PostgreSQL database on your local.

I need to add to my project on the endpoint /pokemon the following things and should a quick job for an expert as is not required complex development:

1. Inside the repo you can find the pokemon controller which points to the /pokemon endpoint

2. On this endpoint I need to implement a simple search by 'name' using the 'fuzzy search using Levenshtein distance' you can find on Google what is that

3. Filter by HP, Attack & Defense e.g. /pokemon?hp[gte]=100&defense[lte]=200

4. Pagination: e.g. /pokemon?page=1


Thank you for your collaboration
Related categories: JavaScript Node.js Express JS PostgreSQL