- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 152 for backend (0.08 seconds)
-
docs/en/docs/tutorial/cors.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 5.2K bytes - Click Count (0) -
docs/en/docs/tutorial/security/first-steps.md
# Security - First Steps { #security-first-steps } Let's imagine that you have your **backend** API in some domain. And you have a **frontend** in another domain or in a different path of the same domain (or in a mobile application). And you want to have a way for the frontend to authenticate with the backend, using a **username** and **password**. We can use **OAuth2** to build that with **FastAPI**.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 8.3K bytes - Click Count (0) -
docs/en/docs/external-links.md
You could easily use a search engine or video platform to find many resources related to FastAPI. /// info Before, this page used to list links to external articles. But now that FastAPI is the backend framework with the most GitHub stars across languages, and the most starred and used framework in Python, it no longer makes sense to attempt to list all articles written about it. /// ## GitHub Repositories
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 868 bytes - Click Count (0) -
docs/en/docs/project-generation.md
## Full Stack FastAPI Template - Technology Stack and Features { #full-stack-fastapi-template-technology-stack-and-features } - โก [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API. - ๐งฐ [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM). - ๐ [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 1.9K bytes - Click Count (0) -
pyproject.toml
[build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" [project] name = "fastapi" dynamic = ["version"] description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" readme = "README.md" license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.10" authors = [ { name = "Sebastiรกn Ramรญrez", email = "******@****.***" }, ] classifiers = [
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 12:36:49 GMT 2026 - 10.3K bytes - Click Count (0) -
docs/en/docs/advanced/websockets.md
And to communicate using WebSockets with your backend you would probably use your frontend's utilities. Or you might have a native mobile application that communicates with your WebSocket backend directly, in native code. Or you might have any other way to communicate with the WebSocket endpoint. ---
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 5.3K bytes - Click Count (0) -
docs/en/docs/advanced/generate-clients.md
In this guide, you'll learn how to generate a **TypeScript SDK** for your FastAPI backend. ## Open Source SDK Generators { #open-source-sdk-generators }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 9.7K bytes - Click Count (1) -
docs/ko/docs/tutorial/security/first-steps.md
# ๋ณด์ - ์ฒซ ๋จ๊ณ { #security-first-steps } ์ด๋ค ๋๋ฉ์ธ์ **backend** API๊ฐ ์๋ค๊ณ ๊ฐ์ ํด ๋ณด๊ฒ ์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ๋ค๋ฅธ ๋๋ฉ์ธ์ **frontend**๊ฐ ์๊ฑฐ๋, ๊ฐ์ ๋๋ฉ์ธ์ ๋ค๋ฅธ ๊ฒฝ๋ก์ ์๊ฑฐ๋(๋๋ ๋ชจ๋ฐ์ผ ์ ํ๋ฆฌ์ผ์ด์ ์ ์์ ์๋ ์์ต๋๋ค). ๊ทธ๋ฆฌ๊ณ frontend๊ฐ **username**๊ณผ **password**๋ฅผ ์ฌ์ฉํด backend์ ์ธ์ฆํ ์ ์๋ ๋ฐฉ๋ฒ์ด ํ์ํ๋ค๊ณ ํด๋ด ์๋ค. **FastAPI**์ ํจ๊ป **OAuth2**๋ฅผ ์ฌ์ฉํด์ ์ด๋ฅผ ๊ตฌํํ ์ ์์ต๋๋ค. ํ์ง๋ง ํ์ํ ์์ ์ ๋ณด ์กฐ๊ฐ๋ค์ ์ฐพ๊ธฐ ์ํด ๊ธธ๊ณ ๊ธด ์ ์ฒด ์คํ์ ์ฝ๋๋ผ ์๊ฐ์ ์ฐ์ง ์๋๋ก ํ๊ฒ ์ต๋๋ค. ๋ณด์์ ์ฒ๋ฆฌํ๊ธฐ ์ํด **FastAPI**๊ฐ ์ ๊ณตํ๋ ๋๊ตฌ๋ค์ ์ฌ์ฉํด ๋ด ์๋ค. ## ์ด๋ป๊ฒ ๋ณด์ด๋์ง { #how-it-looks }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 9.6K bytes - Click Count (0) -
docs/ko/docs/fastapi-cli.md
```python from main import app ``` ์ฝ๋ ๊ตฌ์กฐ๊ฐ ๋ค์๊ณผ ๊ฐ๋ค๋ฉด: ``` . โโโ backend โย ย โโโ main.py โย ย โโโ __init__.py ``` `entrypoint`๋ฅผ ๋ค์๊ณผ ๊ฐ์ด ์ค์ ํฉ๋๋ค: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` ์ด๋ ๋ค์๊ณผ ๋์ผํฉ๋๋ค: ```python from backend.main import app ``` ### ๊ฒฝ๋ก์ ํจ๊ป `fastapi dev` { #fastapi-dev-with-path }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 6.5K bytes - Click Count (0) -
docs/en/docs/fastapi-cli.md
```python from main import app ``` If your code was structured like: ``` . โโโ backend โย ย โโโ main.py โย ย โโโ __init__.py ``` Then you would set the `entrypoint` as: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` which would be equivalent to: ```python from backend.main import app ``` ### `fastapi dev` with path { #fastapi-dev-with-path }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 5.8K bytes - Click Count (0)