https://github.com/blacksmithop/dummyuserbackend
FastAPI server to test CRUD operations
https://github.com/blacksmithop/dummyuserbackend
Last synced: 11 months ago
JSON representation
FastAPI server to test CRUD operations
- Host: GitHub
- URL: https://github.com/blacksmithop/dummyuserbackend
- Owner: blacksmithop
- Created: 2022-08-21T06:37:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T06:38:22.000Z (almost 4 years ago)
- Last Synced: 2025-07-05T17:07:53.974Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DummyUserBackend
## Running
```properties
uvicorn main:app --reload
```