https://github.com/niewidzialny84/draganddrop
A drag and drop api for files, that are resend to discord and saved internally.
https://github.com/niewidzialny84/draganddrop
discord-py drag-and-drop fastapi file-sharing file-upload
Last synced: about 1 month ago
JSON representation
A drag and drop api for files, that are resend to discord and saved internally.
- Host: GitHub
- URL: https://github.com/niewidzialny84/draganddrop
- Owner: Niewidzialny84
- Created: 2022-10-23T19:56:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T18:38:48.000Z (almost 3 years ago)
- Last Synced: 2025-07-09T15:55:43.226Z (12 months ago)
- Topics: discord-py, drag-and-drop, fastapi, file-sharing, file-upload
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drag and drop
## Info
This is simple web based api and front using the demo project from here: https://github.com/shinokada/fastapi-webstarter-demo
## Running
For running normally
```shell
uvicorn app.main:app --host=0.0.0.0 --port=5000
```
For testing
```shell
uvicorn app.main:app --reload --port=5000
```