Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debbieyuen/debbie-website-flask
Debbie's former, personal portfolio website made with Flask
https://github.com/debbieyuen/debbie-website-flask
flask google-cloud google-cloud-platform python
Last synced: 27 days ago
JSON representation
Debbie's former, personal portfolio website made with Flask
- Host: GitHub
- URL: https://github.com/debbieyuen/debbie-website-flask
- Owner: debbieyuen
- Created: 2020-10-16T02:16:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T22:14:19.000Z (over 1 year ago)
- Last Synced: 2025-01-09T21:45:45.504Z (about 1 month ago)
- Topics: flask, google-cloud, google-cloud-platform, python
- Language: HTML
- Homepage: https://debbieyuen.me/
- Size: 308 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debbie's Personal Website (2020)
Old personal website from 2020 - 2021. Made with Flask and Google Cloud Platform.```
python app.py
```Requires gsheets and flask.
```
pip install Flask
pip install gsheets
```In order to setup the Google Sheets, go to https://developers.google.com/sheets/api/quickstart/python and click on "Enable the Google Sheets API".
Move credentials.json to the same directory as the GitHub repository.
Next, replace the variable, `sheets` with your own Google Drive excel sheet URL.
```
sheets = Sheets.from_files('credentials.json', 'storage.json')
url = "INSERT URL HERE"
```The excel document should look like this!
| Project Name | Image URL | Description | Category Tag |
| ------------- | ------------- | ------------- | ------------- |
| Project 1 | Link to image URL | This is my Project! | Photography |
| Project 2 | Link to image URL | This is my 2nd Project! | UI/UX |