This is a simple search bar that actively searches with every key stroke. Use only locally.
To Run:
- Start a postgres database.
- Create a table name
testingTablewith columnsidas PRIMARY KEY andnameas VARCHAR(50). - Go to
config/.envand replace<DB_USERNAME>,<DB_PASSWORD>, and<DB_NAME> - Now you can run
npm i - Lastly run
npm startand ENJOY!