/Python-flask-upload-file-cloudinary

Basic server with Python, Flask and Cloudinary. This repository is part of a self-taught supplemental course to help students develop skills.

Primary LanguagePythonMIT LicenseMIT

Python flask upload file cloudinary · GitHub license

Basic server with Python, Flask and Cloudinary. This repository is part of a self-taught supplemental course to help students develop skills.

Install

pipenv install

Run env

pipenv shell

Run server

Server listen default on http://localhost:5000/

python main.py

or

flask --app main --debug run -h localhost -p 5000

Exit env

exit

Team

Developed by Diego Cortés