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
- Host: GitHub
- URL: https://github.com/nanafox/user_management_system
- Owner: nanafox
- Created: 2024-06-20T21:25:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T07:05:22.000Z (almost 2 years ago)
- Last Synced: 2025-05-18T07:11:44.069Z (about 1 year ago)
- Topics: api, api-rest, backend, backend-api
- Language: Python
- Homepage: https://ums.lzcorp.tech/api/docs
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`