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

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.

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