FileConversion
File Conversion Website Convert your Image, video, Pdf to different formats.
Install / Use
/learn @Dheerajjha451/FileConversionREADME
File Conversion
Overview
File Conversion Website Convert your Image, video, Pdf to other formats.
Setup
- Clone the repository:
git clone https://github.com/Dheerajjha451/FileConversion cd FileConversion
Running the Backend
Setup
- Navigate to the
backenddirectory:
cd FileConversion/backend
- Install the required Python packages:
pip install -r requirements.txt
Starting the Server
- Run the backend server:
python3 app.py
The backend server should now be running and ready to handle requests.
Running the Frontend
Setup
- Navigate to the
frontenddirectory:
cd FileConversion/frontend
- Install the required Node.js packages:
npm install
Starting the Development Server
- Start the development server for the frontend:
npm run dev
