





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.
- VScode, pycharm
- Python 3.13.2
- MongoDB Compass 7.0.16
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.