- Python 3.9
- Flask
- nodejs v12.19.0
- npm 6.14.10
- Clone the project in any location.
- Modify the
config.ini
file to your values. - Inside frontend folder run
npm install
to install dependencies - Inside frontend folder run
npm run build
to build the frontend
- Run
Download.py
fromyour_location/backend/Downloads.py
. - To view the json file in browser run
Download.py --mode UI
and visitlocalhost:5000