Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.45 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.45 KB

Flask User Profile Management

Discription

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.

SignUp

Sign UP

SignIn

Sign UP

Profile pages

Sign UP
Sign UP
Sign UP

Database

Sign UP
Sign UP

Setup & Installation

Make sure you have the latest version of Python installed.

git clone <repo-url>
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000