文件名称:TodoApp-react-node-mongo
文件大小:1020KB
文件格式:ZIP
更新时间:2024-04-07 09:09:01
HTML
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
----Readme.md(1KB)
----models()
--------noteModel.js(194B)
----server.js(874B)
----controllers()
--------todoControllers.js(127B)
----build()
--------manifest.json(492B)
--------index.html(2KB)
--------asset-manifest.json(869B)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
--------static()
----screenshots()
--------one.png(551KB)
--------three.png(495KB)
--------two.png(553KB)
----.gitignore(13B)
----testreact()
----routes()
--------todoRoute.js(184B)
--------noteRoute.js(683B)
----package-lock.json(23KB)
----package.json(339B)