Skip to content

In this repository the development of the drag and drop module will be observed, to dynamically upload files using js and python.

Notifications You must be signed in to change notification settings

deividbautista/DragAndDrop-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

DragAndDrop-Flask

In this repository the development of the drag and drop module will be observed, to dynamically upload files using js and python Template Frontend. // En el presente repositorio se observará el desarrollo del módulo de arrastra y soltar, para subir archivos de manera dinámica utilizando js y python Plantilla Frontend.

Requisitos previos


# Otorgar permisos a windows en caso de ser solicitados
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process    
# Crear entorno virtual
virtualenv env   
# Activar entorno virtual para instalar dependencias
env/Scripts/activate 
# Instalar las dependencias que necesitaremos en este proyecto
pip install -r dependencies.txt 
# Para correr el proyecto
python src/app.py 

About

In this repository the development of the drag and drop module will be observed, to dynamically upload files using js and python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published