Skip to content

sylvia3wang/Project---Web-Application-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NYU-Python-Project

Bitcoin Trading System Project

This project builds up a bitcoin trading system so the user can buy and sell bitcoins in this system. Currently, this system only has one user. This system only trades BTC and USD.

Installation

  • Python3.5+
  • MySQL
  • Python packages(Use pip to install):coinbase, MySQL-python, mysql-connector, flask
  • JS Plug-in(no need to install):echarts,Datatables,Bootstrap

Implementation

  • Build up bitcoin database in MySQL(set charset as utf8)
  • Import bitcoin.sql into database
  • Go to root directory,excute code:python bitcoin.py