This project aims to enhance understanding of potential lonf-term financial scenarios by runing simulations based on user inputs including (salary, mortgage, investment asset allocation stategy and inflation)
To run the Backend: python -m uvicorn fast_api:app --reload
To run the Frontend: npm run dev