https://github.com/sudebyhn/user-management-api-development
User Management API development
https://github.com/sudebyhn/user-management-api-development
api flask postman postman-test python pythonflask visual-studio
Last synced: about 1 month ago
JSON representation
User Management API development
- Host: GitHub
- URL: https://github.com/sudebyhn/user-management-api-development
- Owner: sudebyhn
- Created: 2024-08-15T23:54:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T00:07:27.000Z (over 1 year ago)
- Last Synced: 2025-06-24T10:49:23.533Z (9 months ago)
- Topics: api, flask, postman, postman-test, python, pythonflask, visual-studio
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Management API
## Project Summary
This project offers a RESTful API designed for user management. It enables full CRUD (Create, Read, Update, Delete) operations using Flask and Python, making it easy to handle user data.
## Key Features
- **User Creation**: Easily add new users to the database.
- **User Retrieval**: Fetch details of all users or a specific user by their ID.
- **User Updates**: Modify existing user information.
- **User Deletion**: Remove users from the system when no longer needed.
## Getting Started
### Prerequisites
- Python 3.7 or higher
- Flask framework
- Flask-RESTful extension
- SQLAlchemy ORM