node-react-ecommerce icon indicating copy to clipboard operation
node-react-ecommerce copied to clipboard

Build ECommerce Website Like Amazon By React & Node & MongoDB

Results 86 node-react-ecommerce issues
Sort by recently updated
recently updated
newest added

I'm trying to raise the Application to HEROKU **heroku logs --tail**: **Cannot find module '/app/dist/server.js'** how can to fix that?? thanks

HomeScreen D:/React/Amazona/frontend/src/Screens/HomeScreen.js:25 22 | 23 | return loading ? Loading... : 24 | error ? {error} : > 25 | | ^ 26 | { 27 | products.map(product => 28...

During Lesson 15, Signin and Resgister screens: **Error on Terminal:** Proxy error: Could not proxy request _/api/products_ from _localhost:3000_ to _http:._ **Error on Console:** Failed to load resource, the server...

i do the same way you did but i get {"msg":"User is not defined"} from http://localhost:5000/api/users/createadmin

None of the product components are showing up when i try to search. Love the tutorial! just need to guidance with this. :)

I always see userRoute errors as below. can you please help with me? 2020-06-04T15:41:02.053612+00:00 heroku[web.1]: State changed from crashed to starting 2020-06-04T15:41:04.401044+00:00 heroku[web.1]: Starting process with command `node dist/server.js` 2020-06-04T15:41:07.747864+00:00...

![image](https://user-images.githubusercontent.com/57337950/83595954-183e2b80-a56c-11ea-83fd-38f97febdb95.png) dispatch(addToCart(item.product, e.target.value))}> {[...Array(item.countInStock).keys()].map(x => {x + 1})}

### when i try to run the server i get this error ![image](https://user-images.githubusercontent.com/56744283/83561641-16df1580-a510-11ea-8efa-86cbd64c69d9.png) SyntaxError: C:\Users\no one\Desktop\root3\myWeb\backend\server.js: Unexpected token (15:21) 13 | const mongodbUrl =config.MONGODB_URL; 14 | mongoose.connect(mongodbUrl, { > 15...

when I ![Screenshot from 2020-06-03 08-05-14](https://user-images.githubusercontent.com/40636999/83613836-a6bea700-a584-11ea-9601-60bed46ccaf3.png) ![Screenshot from 2020-06-03 08-07-42](https://user-images.githubusercontent.com/40636999/83613855-ab835b00-a584-11ea-90de-101c4d108c00.png) try to sign in it returns status 401 also when I run localhost:5000/api/users/create admin it does work and I see...

![8](https://user-images.githubusercontent.com/44254251/82018006-fc98e100-96a1-11ea-8418-c8edab7520b0.PNG) ![9](https://user-images.githubusercontent.com/44254251/82018026-04f11c00-96a2-11ea-97a4-978d3eb4982b.PNG) I write as it is as u mention in video, I also copy the code from git repository,but it is not a updating the total cost will we...