https://github.com/mukundan314/gci-file-upload
https://github.com/mukundan314/gci-file-upload
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukundan314/gci-file-upload
- Owner: Mukundan314
- License: mit
- Created: 2020-01-08T16:45:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T16:47:07.000Z (over 5 years ago)
- Last Synced: 2025-01-31T11:50:02.720Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```