This web application processes .rpt files using StarNet conversion and cleanup scripts.
your_project_directory/
├── backend/
│ ├── app.py
│ ├── starnet_converter.py
│ └── starnet_cleanup.py
├── frontend/
│ ├── css/
│ │ └── styles.css
│ ├── js/
│ │ └── main.js
│ └── index.html
└── README.md
- Install required Python packages:
pip install flask flask-cors- Start the backend server:
cd backend
python app.py- Open the frontend/index.html file in a web browser
- File upload interface
- .rpt file validation
- Processing status indicators
- Automatic file download after processing
- Error handling and user feedback
- Backend: Flask (Python)
- Frontend: HTML5, CSS3, JavaScript
- Cross-Origin Resource Sharing (CORS) enabled
- Temporary file handling for processing