NYUFRE / FRE_Platform

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.
MIT License
5 stars 0 forks source link

Remove package versions and Use LargeBinary #190

Closed st290 closed 2 years ago

st290 commented 2 years ago

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.

st290 commented 2 years ago

The enhancement is done after I reinstalled Window 10 OS on my Toshiba Laptop and cloned the FRE platform.

st290 commented 2 years ago

It is in commit e89dec6869f297e62d073e7df2d1de6393c1279d***