文件名称:Senior-Project
文件大小:206KB
文件格式:ZIP
更新时间:2024-04-07 02:52:53
Vue
高级项目 python venv设置: python3 -m venv venv 来源venv / bin / activate Django设定: python3 -m pip安装-r requirements.txt python3 manage.py makemigrations python3 manage.py迁移 python3 manage.py loaddata DB.json 运行后端服务器 python3 manage.py运行服务器 api端点 / api / v1 / register / {邮政} 电子邮件 用户名 密码 / api / v1 /令牌/ {邮政} 用户名 密码 / api / v1 /令牌/刷新/ {邮政} refresh ='JWT刷新令牌' / api / v1 / me / {得到} / api / v1 / peo
【文件预览】:
Senior-Project-main
----client()
--------.gitignore(1KB)
--------components()
--------middleware()
--------package.json(1KB)
--------commitlint.config.js(68B)
--------package-lock.json(635KB)
--------services()
--------assets()
--------tsconfig.json(631B)
--------static()
--------nuxt.config.js(2KB)
--------.eslintrc.js(260B)
--------README.md(347B)
--------layouts()
--------stylelint.config.js(167B)
--------store()
--------plugins()
--------pages()
--------tailwind.config.js(362B)
--------.editorconfig(207B)
----.gitignore(30B)
----blimp()
--------Dockerfile(410B)
--------blimp()
--------core()
--------templates()
--------requirements.txt(163B)
--------library()
--------.dockerignore(12B)
--------DB.json(2KB)
--------manage.py(661B)
----README.md(1KB)