文件名称:nodejs-react-mongodb-app
文件大小:471KB
文件格式:ZIP
更新时间:2024-05-03 18:40:20
JavaScript
开发连接器 使用MERN堆栈构建的小型社交网络应用。 这是我的“ MERN Stack Front To Back” Udemy课程的一部分 重要提示-这是从旧课程讲起的。 最新版本位于 快速开始 # Install dependencies for server npm install # Install dependencies for client npm run client-install # Run the client & server with concurrently npm run dev # Run the Express server only npm run server # Run the React client only npm run client # Server runs on http://localhost:5000 and client on h
【文件预览】:
nodejs-react-mongodb-app-master
----client()
--------.gitignore(285B)
--------package.json(672B)
--------src()
--------public()
--------README.md(117KB)
--------yarn.lock(247KB)
----.gitignore(51B)
----package.json(890B)
----models()
--------User.js(433B)
--------Post.js(866B)
--------Profile.js(2KB)
----README.md(943B)
----config()
--------keys_prod.js(98B)
--------keys.js(141B)
--------passport.js(677B)
----validation()
--------education.js(853B)
--------experience.js(669B)
--------login.js(606B)
--------profile.js(2KB)
--------is-empty.js(225B)
--------post.js(484B)
--------register.js(1KB)
----routes()
--------api()
----server.js(1KB)