Step 1: Fork and clone this repository.
git clone https://github.com/Yuchnan/file-converter.git
Step 2: Install node_modules dependencies.
cd FE-React
npm install
Step 3: Create python virtual environment and activate it.
cd ../BE-flask
python -m venv venv
venv\Scripts\activate
Step 4: Install pip dependencies.
pip install -r requirements.txt