Skip to content

Commit 153a295

Browse files
authored
📝 Update README to include link for Vite (#2037)
1 parent d3a1492 commit 153a295

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
## Technology Stack and Features
88

99
-[**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API.
10-
- 🧰 [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM).
11-
- 🔍 [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management.
12-
- 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database.
10+
- 🧰 [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM).
11+
- 🔍 [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management.
12+
- 💾 [PostgreSQL](https://www.postgresql.org) as the SQL database.
1313
- 🚀 [React](https://react.dev) for the frontend.
14-
- 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
15-
- 🎨 [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components.
16-
- 🤖 An automatically generated frontend client.
17-
- 🧪 [Playwright](https://playwright.dev) for End-to-End testing.
18-
- 🦇 Dark mode support.
14+
- 💃 Using TypeScript, hooks, [Vite](https://vitejs.dev), and other parts of a modern frontend stack.
15+
- 🎨 [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components.
16+
- 🤖 An automatically generated frontend client.
17+
- 🧪 [Playwright](https://playwright.dev) for End-to-End testing.
18+
- 🦇 Dark mode support.
1919
- 🐋 [Docker Compose](https://www.docker.com) for development and production.
2020
- 🔒 Secure password hashing by default.
2121
- 🔑 JWT (JSON Web Token) authentication.
@@ -37,7 +37,6 @@
3737

3838
[![API docs](img/dashboard-items.png)](https://github.com/fastapi/full-stack-fastapi-template)
3939

40-
4140
### Dashboard - Dark Mode
4241

4342
[![API docs](img/dashboard-dark.png)](https://github.com/fastapi/full-stack-fastapi-template)

0 commit comments

Comments
 (0)