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
testingTable
with columnsid
as PRIMARY KEY andname
as VARCHAR(50). - Go to
config/.env
and replace<DB_USERNAME>
,<DB_PASSWORD>
, and<DB_NAME>
- Now you can run
npm i
- Lastly run
npm start
and ENJOY!