文件名称:MERN-jwt-authentication-boilerplate:使用JWT的具有身份验证功能的MERN堆栈样板
文件大小:486KB
文件格式:ZIP
更新时间:2024-05-21 02:35:16
JavaScript
MERN-JWT认证样板
该样板设计为在Heroku上部署,如果不是您想要的,则应对其进行调整。 (基于 ) 有关更多信息,
入门:
设置mongoDB服务器并运行它。
使用这些值集在项目的根目录中创建您自己的.env.development文件。
TOKEN_SALT=
【文件预览】:
MERN-jwt-authentication-boilerplate-master
----server()
--------server.js(4KB)
--------mongodb()
--------tests()
--------utils()
--------helpers()
----.babelrc(135B)
----package.json(2KB)
----createTestUser.js(1KB)
----yarn-error.log(265KB)
----LICENSE(11KB)
----src()
--------reducers()
--------tests()
--------routers()
--------components()
--------styles()
--------app.js(685B)
--------actions()
--------helpers()
--------store()
----jest.config.json(215B)
----.gitignore(95B)
----webpack.config.js(2KB)
----public()
--------bootstrap()
--------images()
--------index.html(465B)
----README.md(4KB)
----yarn.lock(248KB)