https://github.com/raghul-m/user-management_system
User Management system(CRUD Application) using Python,Flask Framework , MySQL
https://github.com/raghul-m/user-management_system
crud flash-messages flask-application mysql python
Last synced: 3 months ago
JSON representation
User Management system(CRUD Application) using Python,Flask Framework , MySQL
- Host: GitHub
- URL: https://github.com/raghul-m/user-management_system
- Owner: Raghul-M
- Created: 2023-08-02T09:30:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T12:45:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T14:39:04.717Z (4 months ago)
- Topics: crud, flash-messages, flask-application, mysql, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Management System CRUD Application
This repository contains a User Management System CRUD (Create, Read, Update, Delete) application using Flask, Python, and MySQL. The application allows users to perform basic CRUD operations on user data, such as adding new users, viewing user details, updating user information, and deleting user records.
## Sample Img
## Prerequisites
Before running the application, make sure you have the following installed:
- Python (version 3.6 or higher)
- Flask (version 2.0.1 or higher)
- MySQL (version 8.0 or higher)## Installation
1. Clone this repository to your local machine using the following command:
```bash
>>git clone https://github.com/raghul-m/user-management-system.git
```
2. Navigate to the project directory:
```bash
>>cd user-management-system
```3. Create a MySQL database and update the configuration with your database credentials:
```python
DB_HOST = 'your_database_host'
DB_USER = 'your_database_username'
DB_PASSWORD = 'your_database_password'
DB_NAME = 'your_database_name'
```Features :
- Add new users to the system
- View user details
- Update user information
- Delete user records
- Dynamic Flash Messages