https://github.com/ufuayk/flask-portfolio-page
Single page, simple portfolio site example developed using Python and Flask.
https://github.com/ufuayk/flask-portfolio-page
css flask html portfolio portfolio-site portfolio-website python python-flask web-development
Last synced: about 2 months ago
JSON representation
Single page, simple portfolio site example developed using Python and Flask.
- Host: GitHub
- URL: https://github.com/ufuayk/flask-portfolio-page
- Owner: ufuayk
- License: gpl-3.0
- Created: 2024-06-08T13:39:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:09:10.000Z (over 1 year ago)
- Last Synced: 2025-02-02T10:16:33.902Z (10 months ago)
- Topics: css, flask, html, portfolio, portfolio-site, portfolio-website, python, python-flask, web-development
- Language: CSS
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📁 Flask Portfolio Page
Single page, simple portfolio site example developed using Python and Flask.
*The truth is; Python was not needed for this project. It can be done easily with HTML + CSS.. So why did I do it with Python? I don't know. Lol.*

## 📋 Requirements
• flask
## ⚙️ Installation
• Clone the project;
```bash
git clone https://github.com/ufuayk/Flask-Portfolio-Page
```
• Go to the project directory;
```bash
cd Flask-Portfolio-Page
```
• Install the required packages;
```bash
pip3 install flask
```
• Run the Python file;
```bash
python3 main.py
```
• Go to the following link from the web browser;
```bash
127.0.0.1:5000
```
## 👷🏻♂️ Author
• [@ufuayk](https://www.github.com/ufuayk) for design and development.
## 📑 License
[](https://www.gnu.org/licenses/gpl-3.0.html)