An open API service indexing awesome lists of open source software.

https://github.com/buuntu/stocks-analysis

Looking at stock data using Django and React
https://github.com/buuntu/stocks-analysis

Last synced: 4 months ago
JSON representation

Looking at stock data using Django and React

Awesome Lists containing this project

README

          

# stocks-analysis
Looking at stock data using Django and React

## API
Uses pandas_datareader and IEX for API calls

## Installation
### Backend
```
pip install -r requirements.txt
./manage.py runserver
```

### Frontend
```
cd frontend
npm install
npm start
```

### Deployment
```
npm run build
./manage collectstatic
./manage runserver
```