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).
SpringBoot server with hibernate as ORM and Postgresql as database (with docker)
React application
Cypress end-to-end tests
Command line to generate images and start containers :
docker-compose -f docker/docker-compose.yml up
To deploy the application on a kubernetes cluster, use the following command :
kubectl apply -k k8s/

