An open API service indexing awesome lists of open source software.

https://github.com/dheerajjha451/fileconversion

File Conversion Website Convert your Image, video, Pdf to different formats.
https://github.com/dheerajjha451/fileconversion

collaborate fileconversion flask reactjs

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# File Conversion

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

## Setup

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

## Running the Backend

### Setup

1. Navigate to the `backend` directory:

```
cd FileConversion/backend
```

2. Install the required Python packages:

```
pip install -r requirements.txt
```

### Starting the Server

3. 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
```

2. Install the required Node.js packages:

```
npm install
```

### Starting the Development Server

3. Start the development server for the frontend:

```
npm run dev
```