Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/termisaal/flask-portfolio
Portfolio website written with Flask
https://github.com/termisaal/flask-portfolio
flask portfolio
Last synced: 14 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T12:50:12.000Z (over 3 years ago)
- Last Synced: 2024-11-07T15:12:12.453Z (2 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
![Python](https://img.shields.io/badge/python-3.9.1-blue)
![Flask](https://img.shields.io/badge/flask-2.0.1-blue)## 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
```