Jwt-Auth-React:简单的JWT Auth应用程序

时间:2024-05-07 16:05:29
【文件属性】:

文件名称:Jwt-Auth-React:简单的JWT Auth应用程序

文件大小:201KB

文件格式:ZIP

更新时间:2024-05-07 16:05:29

JavaScript

JWT-Auth-React 安装步骤: React前端: 克隆存储库。 转到/Jwt-Auth-React/FE 运行npm install 运行npm start Django服务器: 成功执行FrontEnd步骤后,导航至/Jwt-Auth-React/backend 通过virtualenv -p python3 venv创建虚拟环境 通过source venv/bin/activate 运行pip3 install -r requirements/local.txt 现在运行python manage.py makemigrations custom_user 。 创建custom_user ,运行python manage.py migrate 现在通过python manage.py createsuperuser创建一个超级用户 输入SuperUser凭


【文件预览】:
Jwt-Auth-React-master
----.github()
--------wip.yml(87B)
--------ISSUE_TEMPLATE()
--------workflows()
----backend()
--------requirements()
--------manage.py(293B)
--------custom_user()
--------config()
----LICENSE(11KB)
----README.md(761B)
----SECURITY.md(619B)
----FE()
--------public()
--------yarn.lock(264KB)
--------src()
--------package-lock.json(428KB)
--------package.json(726B)

网友评论