Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kool-cool/djangowithfastapi
- Owner: Kool-Cool
- Created: 2024-08-08T04:54:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T07:34:36.000Z (3 months ago)
- Last Synced: 2024-08-09T06:48:54.765Z (3 months ago)
- Language: Python
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
uvicorn myapp.fastapi:app --port 5000 --reload
``````
python manage.py startapp myapp
```