committed by
GitHub
1 changed files with 28 additions and 0 deletions
@ -0,0 +1,28 @@ |
|||
# Full Stack FastAPI ํ
ํ๋ฆฟ |
|||
|
|||
ํ
ํ๋ฆฟ์ ์ผ๋ฐ์ ์ผ๋ก ํน์ ์ค์ ๊ณผ ํจ๊ป ์ ๊ณต๋์ง๋ง, ์ ์ฐํ๊ณ ์ปค์คํฐ๋ง์ด์ง์ด ๊ฐ๋ฅํ๊ฒ ๋์์ธ ๋์์ต๋๋ค. ์ด ํน์ฑ๋ค์ ์ฌ๋ฌ๋ถ์ด ํ๋ก์ ํธ์ ์๊ตฌ์ฌํญ์ ๋ง์ถฐ ์์ , ์ ์ฉ์ ํ ์ ์๊ฒ ํด์ฃผ๊ณ , ํ
ํ๋ฆฟ์ด ์๋ฒฝํ ์์์ ์ด ๋๊ฒ ํด์ค๋๋ค. ๐ |
|||
|
|||
๋ง์ ์ด๊ธฐ ์ค์ , ๋ณด์, ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ฐ ์ผ๋ถ API ์๋ํฌ์ธํธ๊ฐ ์ด๋ฏธ ์ค๋น๋์ด ์์ผ๋ฏ๋ก, ์ฌ๋ฌ๋ถ์ ์ด ํ
ํ๋ฆฟ์ (ํ๋ก์ ํธ๋ฅผ) ์์ํ๋ ๋ฐ ์ฌ์ฉํ ์ ์์ต๋๋ค. |
|||
|
|||
GitHub ์ ์ฅ์: <a href="https://github.com/tiangolo/full-stack-fastapi-template" class="external-link" target="_blank">Full Stack FastAPI ํ
ํ๋ฆฟ</a> |
|||
|
|||
## Full Stack FastAPI ํ
ํ๋ฆฟ - ๊ธฐ์ ์คํ๊ณผ ๊ธฐ๋ฅ๋ค |
|||
|
|||
- โก [**FastAPI**](https://fastapi.tiangolo.com): Python ๋ฐฑ์๋ API. |
|||
- ๐งฐ [SQLModel](https://sqlmodel.tiangolo.com): Python SQL ๋ฐ์ดํฐ ์ํธ์์ฉ์ ์ํ (ORM). |
|||
- ๐ [Pydantic](https://docs.pydantic.dev): FastAPI์ ์ํด ์ฌ์ฉ๋๋, ๋ฐ์ดํฐ ๊ฒ์ฆ๊ณผ ์ค์ ๊ด๋ฆฌ. |
|||
- ๐พ [PostgreSQL](https://www.postgresql.org): SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค. |
|||
- ๐ [React](https://react.dev): ํ๋ก ํธ์๋. |
|||
- ๐ TypeScript, hooks, Vite ๋ฐ ๊ธฐํ ํ๋์ ์ธ ํ๋ก ํธ์๋ ์คํ์ ์ฌ์ฉ. |
|||
- ๐จ [Chakra UI](https://chakra-ui.com): ํ๋ก ํธ์๋ ์ปดํฌ๋ํธ. |
|||
- ๐ค ์๋์ผ๋ก ์์ฑ๋ ํ๋ก ํธ์๋ ํด๋ผ์ด์ธํธ. |
|||
- ๐งช E2E ํ
์คํธ๋ฅผ ์ํ Playwright. |
|||
- ๐ฆ ๋คํฌ ๋ชจ๋ ์ง์. |
|||
- ๐ [Docker Compose](https://www.docker.com): ๊ฐ๋ฐ ํ๊ฒฝ๊ณผ ํ๋ก๋์
(์ด์). |
|||
- ๐ ๊ธฐ๋ณธ์ผ๋ก ์ง์๋๋ ์์ ํ ๋น๋ฐ๋ฒํธ ํด์ฑ. |
|||
- ๐ JWT ํ ํฐ ์ธ์ฆ. |
|||
- ๐ซ ์ด๋ฉ์ผ ๊ธฐ๋ฐ ๋น๋ฐ๋ฒํธ ๋ณต๊ตฌ. |
|||
- โ
[Pytest]๋ฅผ ์ด์ฉํ ํ
์คํธ(https://pytest.org). |
|||
- ๐ [Traefik](https://traefik.io): ๋ฆฌ๋ฒ์ค ํ๋ก์ / ๋ก๋ ๋ฐธ๋ฐ์. |
|||
- ๐ข Docker Compose๋ฅผ ์ด์ฉํ ๋ฐฐํฌ ์ง์นจ: ์๋ HTTPS ์ธ์ฆ์๋ฅผ ์ฒ๋ฆฌํ๊ธฐ ์ํ ํ๋ก ํธ์๋ Traefik ํ๋ก์ ์ค์ ๋ฐฉ๋ฒ์ ํฌํจ. |
|||
- ๐ญ GitHub Actions๋ฅผ ๊ธฐ๋ฐ์ผ๋ก CI (์ง์์ ์ธ ํตํฉ) ๋ฐ CD (์ง์์ ์ธ ๋ฐฐํฌ). |
Loadingโฆ
Reference in new issue