Api service which are getting stock signals from DB triggered by UI Download Stock data and Generate Stock Signals
MyTrader is an open source trading platform that displays personalized stock charts showing buy and sell signals according to various algorithms in certain periods in stocks.
MyTrader is a prototype application consisting of 3 separate service layers written with microservice architecture.
MyTraderUI is UI layer written in REACT MyTraderAPI is API layer written in JAVA Spring Boot MyTraderStockSignals is algorithm layer written in Python.
In DB side, PG/SQL is used. Firebase is used for authentication & authorisation.
Whole services deployed to Heroku cloud environment.