Skip to content

Balogunolalere/fastapi-django-project

Repository files navigation

fastapi-django-project

This is a simple project to test fastapi and django together.

How to run

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published