Skip to content

sudebyhn/User-Management-API-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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