Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.67 KB

README.md

File metadata and controls

36 lines (34 loc) · 1.67 KB

MaLiMiao_hw2

Description

image Login screen. image Personal Homepage. image Update personal homepage. image change password. image Registration Page(Here users can enter their own information, select their own personal skills, upload photos, etc.) image User data is stored in the database.

This project is a Flask-based web application developed in Python, offering user authentication features and a customized profile page. It enables users to register accounts, log in, modify profile details, update passwords, and manage profile pictures. The backend leverages MongoDB for secure storage of user credentials, with password hashing implemented to enhance security.

Getting Started

Dependencies

  • VScode, pycharm
  • Python 3.13.2
  • MongoDB Compass 7.0.16

Run the application

python app.py

Dataset open mongo service

brew services start [email protected]

close mongo service

brew services stop [email protected]

Visit http://127.0.0.1:5000/ to view the profile page.