K-BEL / UserManagementAPI

FastAPI-based API for user management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Management API

License

Welcome to the User Management API project! This project provides a FastAPI-based API for user management. It allows you to perform CRUD operations (Create, Read, Update, Delete) on user data.

Features

  • Create new users
  • Retrieve a list of all users
  • Retrieve user by ID
  • Update user information
  • Delete user by ID

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.

Setup Virtual Environment (Optional, but recommended)

Create a virtual environment to isolate project dependencies:

python -m venv venv
source venv/bin/activate   # On Windows: venv\Scripts\activate

About

FastAPI-based API for user management


Languages

Language:Python 100.0%