Hey everyone, I wanted to share my CS50 final project: VORTEX. It’s a Flask e-commerce app I built for a real clothing brand owned by a friend of mine. The project is already deployed and being used with a few real products, so I’ve been trying to treat it like an actual small production app instead of just a portfolio project. GitHub: https://github.com/bassam-alaraby/vortex Stack/features: Flask Turso (LibSQL) Cloudinary Telegram Bot API Flask-WTF Flask-Limiter Vercel deployment A few things I focused on: Keeping secrets/config outside the repo Organizing routes/templates cleanly Basic admin protection and rate limiting Cloudinary for media storage Telegram notifications for new orders I’m still learning Flask/backend development, so I’d love feedback from more experienced developers.…