Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.96 KB

README.md

File metadata and controls

63 lines (39 loc) · 2.96 KB

HaideStock

a simple and clean stock application based on semantic ui and flask framework.

description

a simple and clean stock application based on semantic ui and flask framework

  • provide basic signin/signout function
  • provide basic query function and visualize
  • provide a clean ui

usage

  • download the sql file we provided
  • use the pycharm(recommended) to open our project and just clcik the run button

view

in the chrome browser without login, the homepage is like this.

这里写图片描述

then you can query some basic information of the stock like this.

这里写图片描述 you can also signin or signout.
here we use the signin system.
这里写图片描述
by submit,if the account is right, then , we will view the homepage again, but the navbar change.
then , let's see the user-infomation.
这里写图片描述 by click the stock you have. you will be redirected to the stock view and query system.
这里写图片描述
then you can search the stock you focused in the search bar above. and you can also focus other stocks by using the part at the bottom. then , let's see the new info page.
这里写图片描述
这里写图片描述
这里写图片描述
here , you can see the open, close, high, low, volume at this page with tables and plot.
you can also focus other stocks.
finally, you can logout.

这里写图片描述

basic technologies and tools used

  • cookies
  • python flask
  • jinga2
  • mysql
  • plotly.js
  • Crawler using R rest package