rehsan-akturk / FastAPI-Django

FastAPI and GUI Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI-Djano

FastAPI and GUI Django

The first thing to do is to clone the repository:

git @github.com:rehsan-akturk/FastAPI-Django.git

Create you virtualenv and install the packages

pip install -r requirements.txt

database connection

Enter the database connection information in main py

Run the FastAPI main.py .

uvicorn main:app --reload

image

Run the Django .

python manage.py runserver

About

FastAPI and GUI Django


Languages

Language:Python 68.7%Language:HTML 31.3%