library flask
1.0.0
Aplicación de frasco utilizando Google Drive como almacenamiento de datos
https://library-github.herokuapp.com Contraseña: Pase
Almacenamiento: https://drive.google.com/drive/folders/1yqslaf82x0eyta1omqed4wsdi6hkn176
Puede crear un entorno virtual e instalar los paquetes requeridos con los siguientes comandos:
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
$ python3 run_app.py