X Tutup
Skip to content

robertoargs-github/file-uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-uploader

Proof of concept using Python with Azure Function and Azure Storage for uploading multiple PDF and Excel files.

Requirements

Clone Repository

git clone https://github.com/itsronalds/file-uploader

Create Virtual Environment

# First, Let's get to the root of the project
cd file-uploader

# Create virtual environment in Windows
py -3 -m venv .venv

Activate/Deactivate Virtual Environment (Windows)

# Activate
.venv\Scripts\Activate

# Deactivate (use it when leaving the project)
.venv\Scripts\Deactivate

Install Dependencies

pip install -r requirements.txt

Run Project

func start

Thanks for Reading

About

POC | Upload files using Python Azure Function and Azure Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%
X Tutup