Skip to content

React, node application for displaying apple stock price

Notifications You must be signed in to change notification settings

koodiohto/apple-stock

Repository files navigation

About

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.

Running the application locally

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'

About

React, node application for displaying apple stock price

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published