US Stock Checker

To run the application in your local machine please install the dependencies:

npm run install

add the appropriate env variables from .env.example in an .env file in the root level! Register for an API key at https://polygon.io and add it to the .env file. Register for an API key at https://finnhub.io/ and add it to the .env file.

then please run the dev server:

npm run dev