Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jean0t/portfolio-flask-code
- Owner: jean0t
- Created: 2024-04-19T20:12:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T00:13:19.000Z (9 months ago)
- Last Synced: 2025-01-07T20:14:06.927Z (17 days ago)
- Topics: flask, html5, jinja2, python3
- Language: Python
- Homepage:
- Size: 6.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.