Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```