library flask
1.0.0
flask application using google drive as data storage
https://library-github.herokuapp.com password: pass
storage: https://drive.google.com/drive/folders/1yqSlAF82X0EyTa1OmQEd4WsdI6hkN176
You can create a virtual environment and install the required packages with the following commands:
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
$ python3 run_app.py