MERN Ecommerce
1.0.0
Ecommerce website has full CRUD operations of products, categories, orders, users ...etc , authentication & authorization , img uploading, stripe or cash payment and much more.
API reference
To run this project, you will need to add the following environment variables to your .env file
PORT
NODE_ENV
BASE_URL
API_URL
FILES_UPLOADS_PATH
CLIENT_URL
MONGO_URI
DB_NAME
JWT_SECRET
JWT_EXPIRE_IN
JWT_COOKIE_EXPIRE_IN
STRIPE_SECRET_KEY
STRIPE_WEBHOOK_SECRET
You can see app from HERE