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

https://github.com/mukundan314/gci-file-upload


https://github.com/mukundan314/gci-file-upload

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# gci-file-upload

## Running the code

### Debug Mode

```
python main.py
```

### Production Mode

```
FLASK_APP=main.py flask run
```