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