https://github.com/therustifyer/portfolio
Alex Vergara portfolio, created as a "learning Flask project".
https://github.com/therustifyer/portfolio
Last synced: 18 days ago
JSON representation
Alex Vergara portfolio, created as a "learning Flask project".
- Host: GitHub
- URL: https://github.com/therustifyer/portfolio
- Owner: TheRustifyer
- Created: 2020-09-06T12:34:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T12:57:36.000Z (over 5 years ago)
- Last Synced: 2025-12-31T23:55:07.607Z (4 months ago)
- Language: HTML
- Homepage: https://pyzyryab.github.io
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Pyzyryab's portfolio](https://pyzyryab.github.io)

Alex Vergara professional portfolio.
It was part of @zerotomastery Python course.
Originally, this port was deployed on [Python Anywhere](https://www.pythonanywhere.com) and serverd from there.
Due to a academic task, it's now moved to GitHub pages.

At 14/11/2020, page is under construction. For get a full front-end resource, i had to copy my `index.html`to the root folder,
due an issue with GitHub organigram folders.
## Builded (How to...)
This portfo is made on Flask, HTML, JS and CSS.
Install Python from his main site, or if you already have it installed, use
```
pip3 -m install Flask
```
Flask have a nice documentacion on how to build your server side app.