Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.11 KB

Expected-Returns Python application Python 3.6

Diagram


Simple and neat project to give expected returns for global equity markets.

  • Streamlit frontend, for user to interact with the backend API and visualize the results
  • FastApi backend to handle retrieving data.
  • SQLModel database along with FastAPI to communicate with backend
  • All parts are containerized with Docker, to mock micro-services
  • Final application uses Docker Compose to orchestrate communication between the three micro-services

Running the application

cd expected_returns
docker-compose build
docker-compose up