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.
- Host: GitHub
- URL: https://github.com/dheerajjha451/fileconversion
- Owner: Dheerajjha451
- License: apache-2.0
- Created: 2025-01-17T01:59:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T02:30:18.000Z (over 1 year ago)
- Last Synced: 2025-08-29T04:18:26.675Z (10 months ago)
- Topics: collaborate, fileconversion, flask, reactjs
- Language: JavaScript
- Homepage: https://fileconversion.designtocode.me/
- Size: 660 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```