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: 11 months ago
JSON representation

FastAPI server to test CRUD operations

Awesome Lists containing this project

README

          

# DummyUserBackend

## Running
```properties
uvicorn main:app --reload
```