The most visually stunning, functionally rich, and creatively animated lightweight storefront builder that revolutionizes how small traders manage their businesses. An immersive digital experience that makes financial tracking feel like an engaging game.
āāā backend/
ā āāā database/
ā ā āāā models.py # Database models
ā ā āāā connection.py # MySQL connection
ā ā āāā migrations.py # Schema definitions
ā āāā routes/
ā ā āāā api.py # API endpoints
ā ā āāā static.py # Static file serving
ā āāā main.py # FastAPI main entry point
ā āāā requirements.txt # Python dependencies
āāā frontend/
ā āāā components/
ā ā āāā app.js # Main app logic
ā ā āāā hero/ # Hero section components
ā ā āāā dashboard/ # Financial dashboard
ā ā āāā storefront/ # Store builder
ā ā āāā shared/ # Shared components
ā āāā animations/
ā ā āāā gsap-config.js # GSAP animation library
ā ā āāā particles.js # Particle systems
ā ā āāā three-scenes.js # 3D scenes
ā āāā index.html # Main HTML template
ā āāā app.js # Frontend entry point
ā āāā style.css # Custom styles
āāā shared/
āāā types.js # Shared JavaScript types/schemas
āāā utils.js # Shared utility functions
backend/main.py
frontend/index.html