nah990 / StockF

Simple web application for aggregating stock forecasts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StockF

Simple web application for aggregating stock forecasts.

Installation

Clone the sources

# Get the code
git clone https://github.com/nah990/StockF.git

Make sure you have Docker installed then write in dir. For version with one backend.

docker-compose --profile solo-backend up -d --build

or For version with multiple backend to enable nginx rebalancing features.

docker-compose --profile multi-backend up -d --build

After that just visit

http://localhost:1337/

Enjoy!

About

Simple web application for aggregating stock forecasts.

License:MIT License


Languages

Language:CSS 38.5%Language:SCSS 24.0%Language:JavaScript 17.8%Language:HTML 15.5%Language:Python 4.0%Language:Shell 0.1%Language:Dockerfile 0.0%