File Conversion Website Convert your Image, video, Pdf to other formats.
- Clone the repository:
git clone https://github.com/Dheerajjha451/FileConversion cd FileConversion
- Navigate to the
backend
directory:
cd FileConversion/backend
- Install the required Python packages:
pip install -r requirements.txt
- Run the backend server:
python3 app.py
The backend server should now be running and ready to handle requests.
- Navigate to the
frontend
directory:
cd FileConversion/frontend
- Install the required Node.js packages:
npm install
- Start the development server for the frontend:
npm run dev