Simple GUI made with ReactJS. Comes with search bar and a grid for displaying results.
Add the following env vars:
REACT_APP_API_URL=http://localhost:5001
REACT_APP_USER=username
# please ensure NodeJS is available on your machine
npm install
npm start