Mock of Trello's search bar component feature broken up into its own microservice. All the components are brought together by the Proxy Server
- On load, queries for a random user from PostgreSQL DBMS hosted on AWS RDS
- On input tag click, view will change to allow user to search for cards. Input will be matched with cards based on similarity, not exact equality
- On "Boards" click, will show random baords and allow user to search for boards based on input similarity
- The right side of the component will expand on click.
- CSS configured to resize based on browser width

