Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lit26/stock_market_app
Full Stack web develop.
https://github.com/lit26/stock_market_app
full-stack python-django reactjs stock-market
Last synced: 21 days ago
JSON representation
Full Stack web develop.
- Host: GitHub
- URL: https://github.com/lit26/stock_market_app
- Owner: lit26
- License: mit
- Created: 2020-11-15T06:23:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T05:49:22.000Z (about 4 years ago)
- Last Synced: 2024-12-03T19:08:27.188Z (about 1 month ago)
- Topics: full-stack, python-django, reactjs, stock-market
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock_Market_App
Full Stack web develop for getting stock information.- api: Using Django REST framework to handle data include getting stock history and market information.
- frontend: Using React.js to display the frontend website for display.## API
| HTTP Method | URI | Action| Sample Request Data |
| ------------- | ------------- | ------------- | ------------- |
| POST | http://[hostname]/api/ | Getting single stock history | {"tickers": ["TSLA"], "interval": "1d", "period":"5d","market": "history", "data_format": "v2" } |
| POST | http://[hostname]/api/ | Getting stocks market value | {"tickers": ["TSLA","NIO"], "interval": "1d", "period":"5d", "market": "current"} |## Frontend Display
![screenshot1](asset/demo.png)