Skip to content

Dheerajjha451/FileConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Conversion

Overview

File Conversion Website Convert your Image, video, Pdf to other formats.

Setup

  1. Clone the repository:
    git clone https://github.com/Dheerajjha451/FileConversion
    cd FileConversion
    

Running the Backend

Setup

  1. Navigate to the backend directory:
cd FileConversion/backend
  1. Install the required Python packages:
pip install -r requirements.txt

Starting the Server

  1. Run the backend server:
python3 app.py

The backend server should now be running and ready to handle requests.

Running the Frontend

Setup

  1. Navigate to the frontend directory:
cd FileConversion/frontend
  1. Install the required Node.js packages:
npm install

Starting the Development Server

  1. Start the development server for the frontend:
npm run dev