|
1 | 1 | # Full Stack FastAPI Template |
2 | 2 |
|
3 | | -<a href="https://github.com/tiangolo/full-stack-fastapi-template/actions?query=workflow%3ATest" target="_blank"><img src="https://github.com/tiangolo/full-stack-fastapi-template/workflows/Test/badge.svg" alt="Test"></a> |
4 | | -<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/tiangolo/full-stack-fastapi-template" target="_blank"><img src="https://coverage-badge.samuelcolvin.workers.dev/tiangolo/full-stack-fastapi-template.svg" alt="Coverage"></a> |
| 3 | +<a href="https://github.com/fastapi/full-stack-fastapi-template/actions?query=workflow%3ATest" target="_blank"><img src="https://github.com/fastapi/full-stack-fastapi-template/workflows/Test/badge.svg" alt="Test"></a> |
| 4 | +<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/full-stack-fastapi-template" target="_blank"><img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi/full-stack-fastapi-template.svg" alt="Coverage"></a> |
5 | 5 |
|
6 | 6 | ## Technology Stack and Features |
7 | 7 |
|
|
13 | 13 | - 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack. |
14 | 14 | - 🎨 [Chakra UI](https://chakra-ui.com) for the frontend components. |
15 | 15 | - 🤖 An automatically generated frontend client. |
| 16 | + - 🧪 [Playwright](https://playwright.dev) for End-to-End testing. |
16 | 17 | - 🦇 Dark mode support. |
17 | 18 | - 🐋 [Docker Compose](https://www.docker.com) for development and production. |
18 | 19 | - 🔒 Secure password hashing by default. |
|
25 | 26 |
|
26 | 27 | ### Dashboard Login |
27 | 28 |
|
28 | | -[](https://github.com/tiangolo/full-stack-fastapi-template) |
| 29 | +[](https://github.com/fastapi/full-stack-fastapi-template) |
29 | 30 |
|
30 | 31 | ### Dashboard - Admin |
31 | 32 |
|
32 | | -[](https://github.com/tiangolo/full-stack-fastapi-template) |
| 33 | +[](https://github.com/fastapi/full-stack-fastapi-template) |
33 | 34 |
|
34 | 35 | ### Dashboard - Create User |
35 | 36 |
|
36 | | -[](https://github.com/tiangolo/full-stack-fastapi-template) |
| 37 | +[](https://github.com/fastapi/full-stack-fastapi-template) |
37 | 38 |
|
38 | 39 | ### Dashboard - Items |
39 | 40 |
|
40 | | -[](https://github.com/tiangolo/full-stack-fastapi-template) |
| 41 | +[](https://github.com/fastapi/full-stack-fastapi-template) |
41 | 42 |
|
42 | 43 | ### Dashboard - User Settings |
43 | 44 |
|
44 | | -[](https://github.com/tiangolo/full-stack-fastapi-template) |
| 45 | +[](https://github.com/fastapi/full-stack-fastapi-template) |
45 | 46 |
|
46 | 47 | ### Dashboard - Dark Mode |
47 | 48 |
|
48 | | -[](https://github.com/tiangolo/full-stack-fastapi-template) |
| 49 | +[](https://github.com/fastapi/full-stack-fastapi-template) |
49 | 50 |
|
50 | 51 | ### Interactive API Documentation |
51 | 52 |
|
52 | | -[](https://github.com/tiangolo/full-stack-fastapi-template) |
| 53 | +[](https://github.com/fastapi/full-stack-fastapi-template) |
53 | 54 |
|
54 | 55 | ## How To Use It |
55 | 56 |
|
@@ -132,16 +133,16 @@ Decide a name for your new project's directory, you will use it below. For examp |
132 | 133 | Go to the directory that will be the parent of your project, and run the command with your project's name: |
133 | 134 |
|
134 | 135 | ```bash |
135 | | -copier copy https://github.com/tiangolo/full-stack-fastapi-template my-awesome-project --trust |
| 136 | +copier copy https://github.com/fastapi/full-stack-fastapi-template my-awesome-project --trust |
136 | 137 | ``` |
137 | 138 |
|
138 | 139 | If you have `pipx` and you didn't install `copier`, you can run it directly: |
139 | 140 |
|
140 | 141 | ```bash |
141 | | -pipx run copier copy https://github.com/tiangolo/full-stack-fastapi-template my-awesome-project --trust |
| 142 | +pipx run copier copy https://github.com/fastapi/full-stack-fastapi-template my-awesome-project --trust |
142 | 143 | ``` |
143 | 144 |
|
144 | | -**Note** the `--trust` option is necessary to be able to execute a [post-creation script](https://github.com/tiangolo/full-stack-fastapi-template/blob/master/.copier/update_dotenv.py) that updates your `.env` files. |
| 145 | +**Note** the `--trust` option is necessary to be able to execute a [post-creation script](https://github.com/fastapi/full-stack-fastapi-template/blob/master/.copier/update_dotenv.py) that updates your `.env` files. |
145 | 146 |
|
146 | 147 | ### Input Variables |
147 | 148 |
|
|
0 commit comments