Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 403 Bytes

Simple Active Search

This is a simple search bar that actively searches with every key stroke. Use only locally.

To Run:

  1. Start a postgres database.
  2. Create a table name testingTable with columns id as PRIMARY KEY and name as VARCHAR(50).
  3. Go to config/.env and replace <DB_USERNAME>, <DB_PASSWORD>, and <DB_NAME>
  4. Now you can run npm i
  5. Lastly run npm start and ENJOY!