⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

RahilKothari9/supplier-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Supplier Stability Analyzer

A robust financial analysis tool for Indian Public Suppliers, featuring a "Bombay Ledger" aesthetic.

Architecture

  • Backend: Python (FastAPI) with yfinance for data.
  • Frontend: React (Vite) with Tailwind CSS.
  • Data Source: NSE India (via yfinance wrapper and generated JSON list).

Setup Instructions

1. Backend

Open your PowerShell/Terminal in the backend directory.

# Create Virtual Environment
python -m venv venv

# Activate (PowerShell)
.\venv\Scripts\Activate.ps1

# Install Dependencies
pip install -r requirements.txt

# Generate Company List (Required for Search Bar)
python scripts/generate_list.py

# Run Server
uvicorn app.main:app --reload

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published