nodejs-api-auth-with-jwt

时间:2021-04-30 22:33:03
【文件属性】:
文件名称:nodejs-api-auth-with-jwt
文件大小:24KB
文件格式:ZIP
更新时间:2021-04-30 22:33:03
JavaScript 项目名称 具有JWT身份验证支持的Node.JS API 入门 这些说明将为您提供在本地计算机上运行并运行的项目的副本,以进行开发和测试。 有关如何在实时系统上部署项目的注释,请参阅部署。 先决条件 您需要什么东西来安装软件以及如何安装它们 # check node exists? node -v # check npm exists? npm -v 正在安装 一系列循序渐进的示例,告诉您如何运行开发环境 说出步骤将是什么 # clone the repo git clone https://github.com/AlaminMahamud/nodejs-api-auth-with-jwt.git # cd into it cd nodejs-api-auth-with-jwt # install node_modules npm install # run node app.js 您的节
【文件预览】:
nodejs-api-auth-with-jwt-master
----.gitignore(2KB)
----app.js(1KB)
----package.json(640B)
----package-lock.json(92KB)
----README.md(1KB)

网友评论