Git Product home page Git Product logo

market_watch's Introduction

Market_Watch

Website

Front-end React.js website for display personal portfolio (stock & option).

API

Back-end Python Flask API for storing stock and option portfolio.

HTTP Method URI Action
GET http://[hostname]/api/history/all get all the stock transactions
GET http://[hostname]/api/history/[transaction_id] get a stock transaction
POST http://[hostname]/api/history/transaction Create a new stock transaction
POST http://[hostname]/api/history/transaction/[transaction_id] Update an existing stock transaction
GET http://[hostname]/api/option/all get all the option transactions
GET http://[hostname]/api/option/[transaction_id] get a option transaction
POST http://[hostname]/api/option/transaction Create a new option transaction
POST http://[hostname]/api/option/transaction/[transaction_id] Update an existing option transaction
GET http://[hostname]/api/tickercategory/ Getting ticker list of charts
GET http://[hostname]/api/rehreshcharts Refreshing charts
POST http://[hostname]/api/delete_chart Deleting chart at the backend

Running

For local run, React.js website normally run on http://localhost:3000 and Python Flask API run on http://localhost:5000 which will cause CORS errors, the project has already handle this by adding proxy in React.js package.json.

Screenshot

stock option

Watchlist

Watchlist will download charts from finvizfinance package. This will include personal watchlist and stock signal charts.

watchlist

market_watch's People

Contributors

lit26 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.