In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
There is a serverless API that can be hit with query params. The URL is https://cjzc9rnnpd.execute-api.us-east-2.amazonaws.com/default/grocery?searchStr={query}
The query will search through the database for matching items.
The lambda function is available for viewing within this repo in the lambda folder
The API to Client connection is still under development.