winwithappplatpoc/Humongous.Healthcare.Web
Matthew Alan Gray b61abd755d Removing unused state variable 2022-10-15 13:24:20 -05:00
..
ClientApp Removing unused state variable 2022-10-15 13:24:20 -05:00
Pages Correcting name of front-end web project 2022-09-26 10:34:10 -05:00
Properties Updates to React web client and API CORS for local testing 2022-10-15 13:22:46 -05:00
.gitignore Correcting name of front-end web project 2022-09-26 10:34:10 -05:00
Humongous.Healthcare.Web.csproj Correcting name of front-end web project 2022-09-26 10:34:10 -05:00
Program.cs Correcting name of front-end web project 2022-09-26 10:34:10 -05:00
README.md Added short README.md docs indicating necessary settings for API and frontend code bases 2022-10-03 12:41:38 -05:00
appsettings.Development.json Correcting name of front-end web project 2022-09-26 10:34:10 -05:00
appsettings.json Correcting name of front-end web project 2022-09-26 10:34:10 -05:00

README.md

Humongous.Healthcare.Web Web Application

This codebase is a representative example of a web frontend that makes calls to the Health Check tracking API service for Humongous Healthcare.

Building the WebApp

Before building the web application, it is necessary to define the following environment variables that the React frontend uses to determine the API endpoint and API key necessary to make calls to the Health Check tracking API.

- REACT_APP_API_URL - The endpoint URL of the Health Check tracking API
- REACT_APP_API_KEY - The API key for accessing the Health Check tracking API