文件名称:mean-crud-example:使用我们自己的RESTful API进行CRUD操作的MEAN堆栈项目(Angular 5)
文件大小:330KB
文件格式:ZIP
更新时间:2024-02-24 07:20:59
nodejs angular express crud mongodb
MEAN CRUD示例
最近更新:2/2/2018
该程序是使用MEAN堆栈的CRUD应用程序的示例。 该项目是根据本文提供的原始代码修改而成的: Didin J的。可以在找到其项目的GitHub存储库。
版本号
MongoDB v3.6.2(Mongoose v5.0.3)
快递v4.16.2
Angular v5.2.3
Node.js v9.5.0
克隆项目供个人使用
安装
克隆此仓库git clone https://github.com/stanleyeosakul/mean-crud-example.git
cd进入克隆仓库的文件夹
运行yarn install安装依赖项
配置密钥文件config/keys.js
在根目录中,创建密钥文件touch config/keys.js
将您的MongoDB keys.js输入到keys.js
module . exports = {
mongoURI : '
【文件预览】:
mean-crud-example-master
----.angular-cli.json(2KB)
----yarn.lock(226KB)
----server.js(2KB)
----node_src()
--------models()
--------config()
--------routes()
----src()
--------tsconfig.spec.json(304B)
--------main.ts(370B)
--------index.html(457B)
--------styles.css(985B)
--------polyfills.ts(2KB)
--------environments()
--------favicon.ico(422KB)
--------assets()
--------test.ts(1KB)
--------tsconfig.app.json(211B)
--------app()
--------typings.d.ts(104B)
----tsconfig.json(363B)
----LICENSE(1KB)
----tslint.json(3KB)
----README.md(2KB)
----.editorconfig(245B)
----.gitignore(535B)
----karma.conf.js(923B)
----e2e()
--------app.e2e-spec.ts(301B)
--------tsconfig.e2e.json(235B)
--------app.po.ts(208B)
----package.json(2KB)
----protractor.conf.js(722B)