Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aureliusivan/butterfile
File converter with Django and React 🦋
https://github.com/aureliusivan/butterfile
django file-converter pdf pdf-converter react vite
Last synced: 19 days ago
JSON representation
File converter with Django and React 🦋
- Host: GitHub
- URL: https://github.com/aureliusivan/butterfile
- Owner: AureliusIvan
- Created: 2024-06-01T13:25:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T16:56:36.000Z (about 1 month ago)
- Last Synced: 2024-10-10T19:28:52.441Z (about 1 month ago)
- Topics: django, file-converter, pdf, pdf-converter, react, vite
- Language: TypeScript
- Homepage:
- Size: 232 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Morph (Django File Converter)
This is a simple Django project that allows users to upload a file and convert \
it to a different format. The project uses Celery to handle the file conversion task asynchronously.## Installation
1. Clone the repository
2. Create a virtual environment and activate it or you can easily use the makefile by running `make env`
3. Install the dependencies using `pip install -r requirements.txt`
4. Run the Django server using `python manage.py runserver` or `make dev`
5. cd into client and run `npm install` to install the dependencies
6. Run the client using `npm start`
7. Access the application at `http://localhost:5173/`
8. Enjoy!## Usage
1. Upload a file
2. Select the desired output format
3. Click the "Convert" button
4. Wait for the conversion to complete
5. Download the converted file