This is a simple project to test fastapi and django together.
clone the repository: git clone https://github.com/Balogunolalere/fastapi-django-project.git
cd into the project directory
cd fastapi-django-project
source env/bin/activate
pip install -r requirements.txt
uvicorn store.main:app --reload
# or
python -m uvicorn store.main:app --reload
admin : https://127.0.0.1:8000/django/admin/
docs : https://127.0.0.1:8000/docs/