Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacksmithop/dummyuserbackend
FastAPI server to test CRUD operations
https://github.com/blacksmithop/dummyuserbackend
Last synced: 23 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T06:38:22.000Z (over 2 years ago)
- Last Synced: 2024-10-15T02:23:43.103Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DummyUserBackend
## Running
```properties
uvicorn main:app --reload
```