A Simple Client Server Project Made by Python and Vue3
Introduction This demo will show a user list with avatar, username and description, which is the data fetched from the backend. At first, the client page made by vue3 will send a request to the server, then the server respond and transfer a JSON typed data. Then the clinet page accepts this data, and render a page.
Backend There’s a HTTP service powered by FastAPI, which is a high performance web framework for Python.