Trading Platform
Demo
List of major technologies used
- Django
- Data Science and Web Scrapping with Python
- React
- D3
MySqlchanged to sqlite for development, and Postgres for production- Django Rest Framework
- Redux
- Material-UI
- Feel free to try out the demo
- Creating an account will be required to test the trading feature and modify account settings.
- Disclaimer, accounts will be deleted without prior notice as this project is still in the development stage.
How to run
Run MySql serverPostgres is used in the production side- Run backend server
- python manage.py runserver
- Run Frontend server
- npm start