TodoApp react node mongo 源码
TodoAppReact节点mongo 该待办事项应用程序使用户可以添加新任务并预览先前的任务。该应用程序是使用Reactjs,Nodejs和MongoDb为其数据库开发的。 完整代码可在-Google 上找到前端(testreact)存储库可在上找到 该应用程序中使用的技术是- Reactjs已用于该应用程序的前端。 Nodejs提供了后端,并使用express和mongoose。 MongoDB存储应用程序的数据库。 - 克隆存储库后,请在后端的终端中运行以下命令: npm install npm start 打开另一个终端并为前端运行以下命令: cd testreact npm install npm start 以下是todo应用程序的屏幕截图-
文件列表
TodoApp-react-node-mongo-master.zip
(预估有个28文件)
TodoApp-react-node-mongo-master
Readme.md
1KB
models
noteModel.js
194B
server.js
874B
controllers
todoControllers.js
127B
build
manifest.json
492B
index.html
2KB
暂无评论