TinyTrader is a web app for quantitative stock analysis developed in Django and React.
Get started by cloning the repo:
$ git clone https://github.com/mattcullenmeyer/tinytrader.git
Once cloned, navigate to the root directory of the project:
$ cd tinytrader
Run the following command in the root directory of the project to start the server as a docker container.
$ docker-compose up -d --build
Now that the server is running, the web app should now be available at http://127.0.0.1:8000/.