An open API service indexing awesome lists of open source software.

https://github.com/nanafox/user_management_system

This is a simple REST API for a user management system. Check the link to read the docs
https://github.com/nanafox/user_management_system

api api-rest backend backend-api

Last synced: 9 months ago
JSON representation

This is a simple REST API for a user management system. Check the link to read the docs

Awesome Lists containing this project

README

          

# User Management System - REST APIs

## Description

This project is a simple user management system that provides REST APIs for
user management. The project is developed using Python and FastAPI framework.

## Features

- Create a new user
- Get a user by ID or username
- Get all users
- Update a user by ID or username
- Delete a user by ID or username

## Installation

1. Clone the repository
2. Change the directory to the project directory
3. Install the dependencies using `pip install -r requirements.txt`
4. Run the application using `uvicorn ums.api.main:app --reload`
5. The application will be running at `http://localhost:8000`
6. You can access the API documentation at `http://localhost:8000/api/docs`
7. The browsable API is available at `http://localhost:8000/api`