BudgetBuddyDE

Stock-Service

Overview

Important Information

The Stock Service is not publicly available yet. It is currently in development and will be released soon.

The Stock Service is responsible for retrieving current prices of securities and providing detailed information about assets. Users can search for specific assets through the service and then access detailed information about the asset. Additionally, registered users of the app can create a watchlist through the service and manage positions of specific securities to stay informed about the current market value of their positions. Users are also able to view future dividends of a specific asset.

Features

Getting started

1. Clone the repository

git clone https://github.com/BudgetBuddyDE/BudgetBuddyDE.git
cd services/stock-service

2. Install the dependencies

npm install

3. Set all required environment variables

cp .env.example .env

Adjust the values in the .env file according to your setup.

4. Start the application

npm run start
# or in developer mode
npm run dev

On this page