Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kool-cool/djangowithfastapi

Using FastAPI for building APIs and using them in Django framework
https://github.com/kool-cool/djangowithfastapi

Last synced: 3 days ago
JSON representation

Using FastAPI for building APIs and using them in Django framework

Awesome Lists containing this project

README

        

```
uvicorn myapp.fastapi:app --port 5000 --reload
```

```
python manage.py startapp myapp
```