bradtraversy / proshop-v2

ProShop ecommerce website built with MERN & Redux Toolkit
532 stars 267 forks source link

backend not working #31

Closed Nabeel-javaid closed 6 months ago

Nabeel-javaid commented 6 months ago

facing this error while trying to run backend using npm run server image

installed node_modules using npm install and then tried to run it but facing this error

NOTE: I've added URI in the .env file, placing it below

NODE_ENV = development
PORT = 5000
MONGO_URI = ''
JWT_SECRET = 'abc123'
PAYPAL_CLIENT_ID = your paypal client id
PAGINATION_LIMIT = 8