Skip to content

binbjz/fast_login_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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 project root directory and run the command

uvicorn backend.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.


Start everything with Docker (frontend + backend + database)

docker compose up -d --build

Then open the app at:

More backend runtime/config details are documented in backend/README.md.

About

Fast Register and Login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages