To run this application:
-
open terminal under application directory (current directory).
-
install API lib and framework:
pip3 install quandl django
-
use command
python3 manage.py runserver 0.0.0.0:7777
to run the server (usepython
instead ofpython3
if you intall python3 as default python) -
open your browser and go to
127.0.0.1:7777
to play with this app.
Some information about this application
-
back-end framework is Django 2.0+, different version may not work well.
-
files under
/dev_files
is only for developing use, which won't be used for deploying.(includes react dev files, webpack config, ticker maker, etc.)