项目作者: IOStream-OpenEnd
项目描述 :
Emulate the Stock Market.
高级语言: Python
项目地址: git://github.com/IOStream-OpenEnd/StockScrutiny-emulator-.git
StockScrutiny-Emulator
A stock market simulator is a webapp where users buy and sell real life stocks using virtual money. Users have to pay the actual market price and all the other charges to buy the stocks.
Requirements
You need a working Python 3.6 (3.6.7 to be accurate) environment along with pip
installed. To install required modules, run :
- On Linux/MacOS :
pip3 install -r requirements.txt
- Windows :
pip install -r requirements.txt
Action Plan
Backend
- CLIENT
- BOOK
- MDU
Frontend (CLIENT)
Running The Test
TBD
Working (Internal):
TBD
Contribution
Read the CONTRIBUTING.md file.
In general, we follow the “branch-and-pull” Git workflow.
- Clone the project to your own machine.
- Create your branch.
- Work on your branch.
- Make your changes and additions.
- Change or add tests if needed.
- Run tests and make sure they pass.
- Add changes to README.md if needed.
- Commit changes to your own branch.
- Make sure you merge the latest from
master
and resolve conflicts if there is any. - Repeat step 3 above.
- Push your work back up to your branch.
- Submit a Pull request so that we can review your changes.
Maintainers
List of Contributors
TBD