material ui table with node mongodb running in GCP also the source code for GCP
在运行的Live Demo 一个相当详尽的React,Node / Express,MongoDB应用程序,用于通过分页呈现具有完整的Create,Edit,Delete功能的表格数据。 此外,已经实现了基于文本的搜索和基于日期范围的搜索的过滤器功能。 已在整个应用程序中广泛使用Material-UI。 具有以.csv格式下载数据的功能。 jest还实施了一些标准和简单的测试 该项目是通过引导的。 在本地计算机上启动该项目。 在服务器目录(在此项目中分别是根目录( ./ )和./client目录中分别运行npm install ,这将分别为服务器和客户机安装所有npm软件包。 然后,使用sudo service mongod start启动mongodb服务,然后最终从server目录中运行以下命令。 npm run dev 这将同时启动客户端(端口3000)和服务器(端口8080
文件列表
material-ui-table-with-node-mongodb-running-in-GCP-also-the-source-code-for-GCP-Blog-master.zip
(预估有个97文件)
material-ui-table-with-node-mongodb-running-in-GCP-also-the-source-code-for-GCP-Blog-master
client
.eslintrc
48B
analyze.js
1KB
package.json
2KB
package-lock.json
1.08MB
src
App.css
492B
index.js
452B
assets
暂无评论