A Flask based web application foundation for analyzing HTML/Javascript content from any URL in a contanerized environment. Please, note that this project was created as a way to experiment a bit with ...
fashion-paradise-ssr/ │ ├── main.py # Server Entry point ├── app.py # Flask app entry point ├── utils/ # Reused utility modules ├── templates/ # HTML templates (SSR views) ├── static/ # Static assets ...