This project is a Flask-based web application that serves a static user profile page. The profile page includes user details such as a title, name, avatar, introduction, and skills. The backend is built using Python Flask, handling routing and serving static resources, while the frontend is developed using HTML and CSS.
- VScode, pycharm
- Python 3.9
Terminal
python app.py
Input address
http://127:0.0.1:5000
-
Frontend: Created a static profile page(HTML + CSS),
-
profile page includes:
- title
- name
- avatar
- introduction
- skills
-
Backend: Used Python Flask to serve the frontend (profile page). Static profile page is served on the default route ('/') Images and CSS files are served as static resources