Skip to content

itmo-wad/WuYuPeng-hw1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Homework 1

Description

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.

Getting Started

Dependencies

  • VScode, pycharm
  • Python 3.9

Executing program

Terminal

python app.py

Input address

http://127:0.0.1:5000

Introduction

  • Frontend: Created a static profile page(HTML + CSS),

  • profile page includes:

    1. title
    2. name
    3. avatar
    4. introduction
    5. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published