Skip to main content

Getting Started

Welcome to the Stock Screening Platform! This guide will help you get up and running quickly.

Quick Start

The fastest way to start is using Docker Compose:

# Clone the repository
git clone https://github.com/kcenon/screener_system.git
cd screener_system

# Copy environment variables
cp .env.example .env

# Start all services
docker-compose up -d

# Check service health
docker-compose ps

Access the application:

What's Next?

Need Help?