Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T12:45:41.000Z (over 1 year ago)
- Last Synced: 2024-11-19T01:16:13.533Z (2 months ago)
- Topics: crud, flash-messages, flask-application, mysql, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- 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
![sample photo](https://freedial.in/wp-content/uploads/2021/02/1_mzMIXN2JodV2taEBzmUKLg-1024x486.png)## 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