Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jean0t/portfolio-flask-code

Code for the portfolio: https://github.com/jean0t/jean0t.github.io
https://github.com/jean0t/portfolio-flask-code

flask html5 jinja2 python3

Last synced: 44 minutes ago
JSON representation

Code for the portfolio: https://github.com/jean0t/jean0t.github.io

Awesome Lists containing this project

README

        

# Portfolio site

This repository shows the code used to create my portfolio site.

## Technologies used:
![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)

## How to run?
Go to the `server.py` archive in `src/` and type in the terminal
```
pip install -r requirements.txt
```
it will install the dependencies used in the project
after that, while using python 3.10, type in the terminal
```
python3 server.py
```
it will activate the localhost server that you can use to navegate through the website and test adding things
since the debug is activated it will show in real time, unless you mess up with something, so you will need to restart.