market-pulse-dashboard

📈 PhexTech Market-Pulse

PhexTech Market-Pulse is a professional-grade, full-stack stock tracking dashboard. It features a responsive React frontend that communicates with a FastAPI backend to deliver real-time financial data, while maintaining high security and a seamless user experience.


✨ Features


🛠️ Tech Stack


📦 Installation & Setup

  1. Backend Configuration Navigate to the backend directory and set up your virtual environment: ```bash cd backend python -m venv venv

    Windows:

    venv\Scripts\activate

    Mac/Linux:

    source venv/bin/activate

pip install -r requirements.txt **