This is an example AWS-deployable web-application. Its' actual functionality is to display Apple stock price. The backend of the application fetches the stock price from a third party API.
The application has a React Frontend that queries the backend for the stock price data.
The application can be deployed to AWS-cloud with Elastic Beanstalk and CodeBuild pipeline.
You should be able to start the application locally by running:
docker compose up
Though it needs the Alhavantage api-key defined in apple-stock-backend .env-file with ALPHA_API_KEY (or with STOCK_API_KEY for running locally)
Then you should see the application with your browser in 'http://localhost'