Flask web app that converts file formats
Currently supports:
- YAML
- XML
- Clone repo
git clone https://github.com/chnihy/flask_file_converter.git
- Cd to repo
cd flask_file_converter
- Install requirements
pip install -r requirements.txt
- Launch app.py
python3 app.py
If successful, will return this output:
* Serving Flask app 'app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 341-274-134
- Navigate to http://127.0.0.1:5000/ in your browser