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.
- Host: GitHub
- URL: https://github.com/sebastianbrzustowicz/portfolio-webapp
- Owner: sebastianbrzustowicz
- License: mit
- Created: 2023-10-22T07:20:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T18:54:33.000Z (over 2 years ago)
- Last Synced: 2025-01-13T12:40:01.000Z (over 1 year ago)
- Topics: app, database, flask, mysql, portfolio, python, web
- Language: HTML
- Homepage: http://sebastianbrzustowicz.pythonanywhere.com/about_me
- Size: 48.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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":

### When dark mode is off:

### "Hobby":

### "Contact":

### "Login":
