文件名称:react-api:带有 React.js 管理界面的 Node.js API
文件大小:69KB
文件格式:ZIP
更新时间:2024-06-18 11:32:01
nodejs admin mongodb reactjs restful-api
启动应用 cd ~/mongo/bin && ./mongod --dbpath ~/mongo-data 启动数据库服务器 yarn install yarn dev-start 同时启动后端服务器和前端管理员 服务器的端口5000 用于管理界面的端口 3000,使用 create react 应用程序开发 测试 yarn test yarn watch-test 使用 nodemon hotloader 进行测试 部署方式 Set start script in package.json Set engines in package.json 指定使用的节点版本,因此heroku遵循它 Heroku create app, add addons eg mLab, get DB url heroku login heroku create ,创建应用程序 heroku ad
【文件预览】:
react-api-master
----db-connect.js(269B)
----.gitignore(433B)
----app.js(387B)
----package.json(883B)
----serverless.yml(3KB)
----schemas()
--------portfolio()
--------userSchema.js(3KB)
--------settingSchema.js(289B)
----models()
--------index.js(601B)
----examples()
--------portfolioExample.js(5KB)
----README.md(757B)
----tests()
--------server.test.js(923B)
----config()
--------config.js(260B)
----constants()
--------index.js(1KB)
----routers()
--------index.js(217B)
--------v1()
----middlewares()
--------logger.js(745B)
--------authenticate.js(455B)
----.serverless()
--------serverless-state.json(57KB)
--------cloudformation-template-create-stack.json(2KB)
--------cloudformation-template-update-stack.json(40KB)
----server.js(339B)
----yarn.lock(112KB)