Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,212 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock market Dashboard

build workflow

Description

This project is a stock market dashboard for my personal need.
It uses the https://marketstack.com api to retrieve the stock information.
You can fetch new stocks with the corresponding symbol (https://marketstack.com/search) and check its details up to 1 month (for now).

App-api

SpringBoot server with hibernate as ORM and Postgresql as database (with docker)

App-ui

React application
Cypress end-to-end tests

Configuration

Docker

Command line to generate images and start containers :

docker-compose -f docker/docker-compose.yml up

Kubernetes

To deploy the application on a kubernetes cluster, use the following command :

kubectl apply -k k8s/

Demo

Releases

Packages

Used by

Contributors

Languages