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

https://github.com/sebastianbrzustowicz/portfolio-webapp

Flask + MySQL + JavaScript. Portfolio webapp for introducing myself.
https://github.com/sebastianbrzustowicz/portfolio-webapp

app database flask mysql portfolio python web

Last synced: 3 months ago
JSON representation

Flask + MySQL + JavaScript. Portfolio webapp for introducing myself.

Awesome Lists containing this project

README

          

# Portfolio-webapp
Flask+MySQL. Portfolio webapp for introducing myself.
For the application to function properly, you must specify database information.

# Installation
Basic requirements:
```
pip install flask python-dotenv flask_mysqldb flask-bcrypt sqlalchemy
```
You can use one of the following connectors to connect to the database (or install both just in case):
```
pip install mysql-connector-python
pip install mysql-connector-python-rf
```
# Overview
### Main site "About me":
![Zrzut ekranu 2023-11-18 200210](https://github.com/sebastianbrzustowicz/Portfolio-webapp/assets/66909222/2fb4ce9e-3d7d-4eb3-b039-b222f36f2671)

### When dark mode is off:
![Zrzut ekranu 2023-11-18 200355](https://github.com/sebastianbrzustowicz/Portfolio-webapp/assets/66909222/48d9e35e-ac32-4f17-a8c4-473e303ea5fd)

### "Hobby":
![Zrzut ekranu 2023-10-25 065003](https://github.com/sebastianbrzustowicz/Portfolio-webapp/assets/66909222/71c258ac-1c41-4334-bd26-91509fea5c1b)

### "Contact":
![Zrzut ekranu 2023-10-25 065022](https://github.com/sebastianbrzustowicz/Portfolio-webapp/assets/66909222/4ace4106-a81e-4892-8d4a-65f4c65bd7b2)

### "Login":
![Zrzut ekranu 2023-10-25 065037](https://github.com/sebastianbrzustowicz/Portfolio-webapp/assets/66909222/7f2eff36-c5fa-4795-b57b-357b74407555)