This is a Open Source Trading platform where users can Buy, Sell, Quote, manage their stocks in various companies. This uses Yahoo Finance API using dummy cash/credits. It is written in MVC architecture. It uses Harvard CS50 PHP library.
Run server at public/index.php
- Database credentials can be configured in config.json
- View(V-part of MVC) files are present in views/
- Controller(C-part of MVC) files are present in public/
- Few helper files are present in includes/
- Sample SQL dump is provided to test the platform in finance.sql
All contributions with bug reports, improvements, feature requests are welcomed.