From 29f9f3844b5ddad4f954686e862364848d6b187d Mon Sep 17 00:00:00 2001 From: jason810496 <810496@email.wlsh.tyc.edu.tw> Date: Thu, 30 Nov 2023 14:45:48 +0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2626294..61f2825 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This boilerplate is a starting point for building a FastAPI backend using PostgreSQL with a Vue3 frontend.
It includes OAuth2 authentication with JWT tokens, and a simple user CRUD. +> **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 + ## Demo `localhost` for frontend
`localhost:5001/docs` for backend swagger docs