Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmansy19/flask-user-profile-management
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.
https://github.com/mmansy19/flask-user-profile-management
css database database-schema flask html javascript python
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mmansy19/flask-user-profile-management
- Owner: MMansy19
- Created: 2023-12-05T01:04:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T23:49:31.000Z (about 1 year ago)
- Last Synced: 2024-01-09T00:38:34.829Z (about 1 year ago)
- Topics: css, database, database-schema, flask, html, javascript, python
- Language: CSS
- Homepage:
- Size: 2.23 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.## [🎥 Watch the Demo Video](https://drive.google.com/file/d/1hwISKuoGXkUZUnUkge7NuuITEzsCt7Sv/view)
## SignUp
## SignIn
## Profile pages
## Database
## Setup & Installation
Make sure you have the latest version of Python installed.
```bash
git clone
``````bash
pip install -r requirements.txt
```## Running The App
```bash
python main.py
```## Viewing The App
Go to `http://127.0.0.1:5000`