We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77f2e3 commit 29f9f38Copy full SHA for 29f9f38
README.md
@@ -12,6 +12,8 @@
12
This boilerplate is a starting point for building a FastAPI backend using PostgreSQL with a Vue3 frontend. <br>
13
It includes OAuth2 authentication with JWT tokens, and a simple user CRUD.
14
15
+> **Note :** For `Vue: Option API` + `VueX` version, please check out [archived-2023-11-22](https://github.com/jason810496/FastAPI-Vue-OAuth2/tree/archived-2023-11-22) branch
16
+
17
## Demo
18
`localhost` for frontend <br>
19
`localhost:5001/docs` for backend swagger docs
0 commit comments