Skip to content

Seamlessly add and monitor your favorite stocks while staying updated with their real-time details.

License

Notifications You must be signed in to change notification settings

paul3bin/Favorite-Stocks-Watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevProjects - Favorite stocks watcher

This is an open source project from DevProjects. Feedback and questions are welcome! Find the project requirements here: Favorite stocks watcher

Run Locally

  • Install docker and docker-compose
sudo apt-get update
sudo apt-get install docker.io && sudo apt-get install docker-compose

OR visit Docker Docs to see the installation process for your OS

  • Go to Finnhub and create a new account

  • Copy you API key and Sandbox API key from Finnhub dashboard

  • Clone the project

git clone https://link-to-project
  • Go to the project directory
cd Favorite-Stocks-Watcher
  • Go to backend folder
cd backend
  • Create a new file .env
touch .env

OR

new-item .env
  • Paste your keys inside the file in following format
FINNHUB_API_KEY=<Your API key>
FINNHUB_SANDBOX_API_KEY=<Your Sandbox API key>
  • Go back to the main project directory
cd ../
  • Build the image
docker-compose build
  • Run the containers
docker-compose up -d
docker-compose down

About

Seamlessly add and monitor your favorite stocks while staying updated with their real-time details.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published