Stocklytic.io is a stock analysis platform which provides analytical graphs and technical analysis indicator charts making stock market understanding easy for everyone.
stocklytic.io.mp4
- For running on host machine
python3 -m venv venv
source venv/bin/activate
python main.py
Note: Make sure you have postgres installed on your system.
- Using docker
docker-compose up