eletroShop-main.zip
(预估有个71文件)
eletroShop-main
frontend
public
manifest.json
492B
index.html
859B
robots.txt
67B
favicon.ico
4KB
logo512.png
9KB
logo192.png
5KB
.eslintrc.js
517B
.prettierignore
45B
src
constants
cartConstants.js
273B
userConstants.js
1KB
orderConstants.js
803B
productConstants.js
361B
pages
OrderScreen.js
6KB
HomeScreen.js
1003B
ProfileScreen.js
5KB
ProductScreen.js
4KB
ShippingScreen.js
3KB
LoginScreen.js
2KB
PaymentScreen.js
2KB
PlaceOrderScreen.js
5KB
UserListScreen.js
3KB
RegisterScreen.js
3KB
CartScreen.js
4KB
styles
bootstrap.min.css
152KB
index.css
263B
store.js
2KB
components
FormContainer.js
425B
Message.js
355B
Footer.js
315B
CheckoutSteps.js
1KB
Header.js
2KB
Product.js
1KB
Rating.js
704B
Loader.js
384B
actions
orderActions.js
3KB
userActions.js
5KB
productActions.js
1KB
cartActions.js
1KB
App.js
2KB
index.js
315B
reducers
orderReducers.js
2KB
productReducers.js
992B
userReducers.js
3KB
cartReducers.js
1KB
.prettierrc
71B
README.md
3KB
.gitignore
974B
.eslintignore
13B
package-lock.json
690KB
package.json
1KB
backend
utils
webToken.js
190B
models
userModel.js
865B
orderModel.js
2KB
productModel.js
1KB
server.js
804B
controllers
orderController.js
2KB
userController.js
3KB
productController.js
522B
middleware
errorMiddleware.js
443B
authMiddleware.js
999B
seeder.js
1KB
config
db.js
426B
data
mock
products.js
2KB
users.js
424B
routes
productRoutes.js
281B
userRoutes.js
740B
orderRoutes.js
573B
README.md
66B
.gitignore
351B
package-lock.json
82KB
package.json
1008B
暂无评论