Skip to content

binbjz/fast_login_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fast register and login with FastAPI、PostgreSQL and Vue.js


Start the FastAPI backend

Open a command line window in the backend project directory and run the command

uvicorn main:app --reload

Start the Vue.js frontend

Open another command line window in the frontend project directory, first run

npm install

(if it's the first time you are running the project), then run

npm run serve

Starting the FastAPI backend and Vue.js frontend for a typical web application project.