文件名称:Angular-Node-Token-Auth:使用Node.js和Angular进行基于令牌的简单身份验证
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-22 11:12:18
JavaScript
使用Node.js和Angular进行基于令牌的简单身份验证 通过运行npm install安装依赖项,然后通过运行npm start服务器。 应用程序使用MongoDB,在config/databaseConf.js文件中设置您的配置。
【文件预览】:
Angular-Node-Token-Auth-master
----.gitignore(53B)
----app.js(1KB)
----app()
--------services()
--------models()
--------controllers()
----package.json(936B)
----bin()
--------www(2KB)
----.bowerrc(45B)
----.travis.yml(122B)
----gulpfile.js(1KB)
----public()
--------javascripts()
--------dist()
--------stylesheets()
----views()
--------error.jade(48B)
--------index.jade(19B)
--------index.html(1KB)
----README.md(383B)
----tests()
--------e2e()
--------helpers()
--------spec()
----config()
--------databaseConfig.js(186B)
----routes()
--------index.js(162B)
--------users.js(473B)
----protractor.conf.js(133B)
----bower.json(412B)