文件名称:移动商店:具有Node,Express,MongoDB,React和Redux的Eccomerce购物车应用程序
文件大小:509KB
文件格式:ZIP
更新时间:2024-03-05 23:30:54
JavaScript
目录 安装 克隆仓库 git clone https://github.com/PPetkov2000/Mobile-Store 安装NPM后端软件包 npm install 安装NPM前端软件包 cd frontend = > npm install 在根文件夹中创建.env文件,并添加以下内容 PORT=6000 MONGO_URI=your_mongoDB_uri JWT_SECRET=your_jwt_secret # ### For the PayPal button to work add this PAYPAL_CLIENT_ID=your_paypal_client_id 运行应用程序 run frontend: npm run client run backend: cd backend = > npm run server run both: npm run d
【文件预览】:
Mobile-Store-main
----.gitignore(19B)
----package.json(627B)
----README.md(2KB)
----backend()
--------middleware()
--------models()
--------utils()
--------config()
--------controllers()
--------routes()
--------server.js(808B)
--------data.js(7KB)
----frontend()
--------.gitignore(310B)
--------package.json(1KB)
--------src()
--------public()
--------README.md(3KB)
----app-view2.PNG(350KB)