dcortesnet / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 60.9%Language:HTML 39.1%