-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Update links from tiangolo repo to fastapi org repo (#1285)
- Loading branch information
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ contact_links: | |
about: Please report security vulnerabilities to [email protected] | ||
- name: Question or Problem | ||
about: Ask a question or ask about a problem in GitHub Discussions. | ||
url: https://github.com/tiangolo/full-stack-fastapi-template/discussions/categories/questions | ||
url: https://github.com/fastapi/full-stack-fastapi-template/discussions/categories/questions | ||
- name: Feature Request | ||
about: To suggest an idea or ask about a feature, please start with a question saying what you would like to achieve. There might be a way to do it already. | ||
url: https://github.com/tiangolo/full-stack-fastapi-template/discussions/categories/questions | ||
url: https://github.com/fastapi/full-stack-fastapi-template/discussions/categories/questions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Full Stack FastAPI Template | ||
|
||
<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> | ||
<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> | ||
<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> | ||
<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> | ||
|
||
## Technology Stack and Features | ||
|
||
|
@@ -26,31 +26,31 @@ | |
|
||
### Dashboard Login | ||
|
||
[![API docs](img/login.png)](https://github.com/tiangolo/full-stack-fastapi-template) | ||
[![API docs](img/login.png)](https://github.com/fastapi/full-stack-fastapi-template) | ||
|
||
### Dashboard - Admin | ||
|
||
[![API docs](img/dashboard.png)](https://github.com/tiangolo/full-stack-fastapi-template) | ||
[![API docs](img/dashboard.png)](https://github.com/fastapi/full-stack-fastapi-template) | ||
|
||
### Dashboard - Create User | ||
|
||
[![API docs](img/dashboard-create.png)](https://github.com/tiangolo/full-stack-fastapi-template) | ||
[![API docs](img/dashboard-create.png)](https://github.com/fastapi/full-stack-fastapi-template) | ||
|
||
### Dashboard - Items | ||
|
||
[![API docs](img/dashboard-items.png)](https://github.com/tiangolo/full-stack-fastapi-template) | ||
[![API docs](img/dashboard-items.png)](https://github.com/fastapi/full-stack-fastapi-template) | ||
|
||
### Dashboard - User Settings | ||
|
||
[![API docs](img/dashboard-user-settings.png)](https://github.com/tiangolo/full-stack-fastapi-template) | ||
[![API docs](img/dashboard-user-settings.png)](https://github.com/fastapi/full-stack-fastapi-template) | ||
|
||
### Dashboard - Dark Mode | ||
|
||
[![API docs](img/dashboard-dark.png)](https://github.com/tiangolo/full-stack-fastapi-template) | ||
[![API docs](img/dashboard-dark.png)](https://github.com/fastapi/full-stack-fastapi-template) | ||
|
||
### Interactive API Documentation | ||
|
||
[![API docs](img/docs.png)](https://github.com/tiangolo/full-stack-fastapi-template) | ||
[![API docs](img/docs.png)](https://github.com/fastapi/full-stack-fastapi-template) | ||
|
||
## How To Use It | ||
|
||
|
@@ -68,7 +68,7 @@ But you can do the following: | |
- Clone this repository manually, set the name with the name of the project you want to use, for example `my-full-stack`: | ||
|
||
```bash | ||
git clone [email protected]:tiangolo/full-stack-fastapi-template.git my-full-stack | ||
git clone [email protected]:fastapi/full-stack-fastapi-template.git my-full-stack | ||
``` | ||
|
||
- Enter into the new directory: | ||
|
@@ -86,7 +86,7 @@ git remote set-url origin [email protected]:octocat/my-full-stack.git | |
- Add this repo as another "remote" to allow you to get updates later: | ||
|
||
```bash | ||
git remote add upstream [email protected]:tiangolo/full-stack-fastapi-template.git | ||
git remote add upstream [email protected]:fastapi/full-stack-fastapi-template.git | ||
``` | ||
|
||
- Push the code to your new repository: | ||
|
@@ -106,8 +106,8 @@ git remote -v | |
|
||
origin [email protected]:octocat/my-full-stack.git (fetch) | ||
origin [email protected]:octocat/my-full-stack.git (push) | ||
upstream [email protected]:tiangolo/full-stack-fastapi-template.git (fetch) | ||
upstream [email protected]:tiangolo/full-stack-fastapi-template.git (push) | ||
upstream [email protected]:fastapi/full-stack-fastapi-template.git (fetch) | ||
upstream [email protected]:fastapi/full-stack-fastapi-template.git (push) | ||
``` | ||
|
||
- Pull the latest changes without merging: | ||
|
@@ -181,16 +181,16 @@ Decide a name for your new project's directory, you will use it below. For examp | |
Go to the directory that will be the parent of your project, and run the command with your project's name: | ||
|
||
```bash | ||
copier copy https://github.com/tiangolo/full-stack-fastapi-template my-awesome-project --trust | ||
copier copy https://github.com/fastapi/full-stack-fastapi-template my-awesome-project --trust | ||
``` | ||
|
||
If you have `pipx` and you didn't install `copier`, you can run it directly: | ||
|
||
```bash | ||
pipx run copier copy https://github.com/tiangolo/full-stack-fastapi-template my-awesome-project --trust | ||
pipx run copier copy https://github.com/fastapi/full-stack-fastapi-template my-awesome-project --trust | ||
``` | ||
|
||
**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. | ||
**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. | ||
|
||
### Input Variables | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters