FRE Platform is a framework for students to learn end-to-end development of financial applications. The platform has a 3-tier architecture. The front-end is a Web interface, which support user registration, login/logout and all the user interactions for financial modeling, portfolio management and auto-trading simulation. The middle-tier handles real-time and historical market data feeds and database management. It supports portfolio management, and financial modeling, as well as simulated manual and auto trading. The backend is a server which builds a simulated market for trading. FRE Platform is run as a virtual environment or in a Docker container.
1) Using Python 3.9 and use Anaconda3 Powershell for pip install.
2) Remove all the version numbers in the requirements.txt and let Ananconda3 PowerShell to solve the conflict of package dependency issues.
3) Use LargeBinary instead of Binary for user password field in database.
1) Using Python 3.9 and use Anaconda3 Powershell for pip install. 2) Remove all the version numbers in the requirements.txt and let Ananconda3 PowerShell to solve the conflict of package dependency issues. 3) Use LargeBinary instead of Binary for user password field in database.