By c4ts0up
A web app to retrieve, analyze and present stock information. Make sure to check out the Wiki for more information.
- Tracks live stock prices
- Displays stock information, including recent ratings from numerous rating agencies
- Analyzes stock ratings to offer a summarized recommendation
Frontend: Vue 3, TypeScript, TailwindCSS
Backend: Go (Gin), GORM, CockroachDB
Deployment: Docker, Docker Compose
- Clone the repository
- Set up the
local.envfile in the root of the project - Modify
./frontend/.envaccording to the local deployment docker compose up --build
The backend will be deployed on http://localhost:8080 while
the frontend will be deployed on http://localhost:5173
This file is necessary to deploy locally. It must be located in the root of the project directory. It requires the following variables:
DATABASE_URLFETCH_DELAY_SANALYSIS_DELAY_SINFO_API_URLINFO_API_TOKENRATINGS_API_URLRATINGS_API_TOKENFRONTEND_URLSTOCKS_API_URL