Skip to content

后端FastAPI,前端VUE,数据库SQLite3的复现官网DEMO

License

Notifications You must be signed in to change notification settings

zhkuo24/full-stack-fastapi-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack FastAPI Demo

完全按照官方的例子来做一个FastAPI前后端分离的Demo,不使用Docker,数据库采用SQLite3

记录整个架构以及常见的问题设置等,方便以后快速生成模板

后端

依赖

  • FastAPI

  • 版本管理 poetry

  • 数据库 SQLite3sqlalchemy

架构

程序架构 MVC

app/api 是V

db,models,schemas,crud是M

main,core等是C

前端

依赖

  • Vue

  • Vuetify

REF

About

后端FastAPI,前端VUE,数据库SQLite3的复现官网DEMO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published