https://github.com/termisaal/flask-portfolio
Portfolio website written with Flask
https://github.com/termisaal/flask-portfolio
flask portfolio
Last synced: 18 days ago
JSON representation
Portfolio website written with Flask
- Host: GitHub
- URL: https://github.com/termisaal/flask-portfolio
- Owner: termisaal
- License: gpl-3.0
- Created: 2021-07-17T05:39:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T12:50:12.000Z (almost 5 years ago)
- Last Synced: 2025-08-21T12:41:19.425Z (11 months ago)
- Topics: flask, portfolio
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


## Introduction
Portfolio website written with Flask
## Installation
1. Clone this repository
```bash
git clone https://github.com/termisaal/flask-portfolio.git
```
2. Navigate into cloned folder
```bash
cd flask-portfolio
```
3. Install requirements
```bash
pip install -r requirements.txt
```