A comprehensive Flask web application showcasing user profile management features, including registration, login, profile editing, and image uploads. Implements user authentication, database integration, and dynamic rendering with Flask and Bootstrap. Ideal for learning Flask web development and best practices.
Make sure you have the latest version of Python installed.
git clone <repo-url>
pip install -r requirements.txt
python main.py
Go to http://127.0.0.1:5000