About This Course:
- π Project Setup
- ποΈ MongoDB & Redis Integration
- π³ Stripe Payment Setup
- π Robust Authentication System
- π JWT with Refresh/Access Tokens
- π User Signup & Login
- π E-Commerce Core
- π¦ Product & Category Management
- ποΈ Shopping Cart Functionality
- π° Checkout with Stripe
- π·οΈ Coupon Code System
- π Admin Dashboard
- π Sales Analytics
- π¨ Design with Tailwind
- π Cart & Checkout Process
- π Security
- π‘οΈ Data Protection
- πCaching with Redis
- β And a lot more...
PORT=5000
MONGO_URI=your_mongo_uri
UPSTASH_REDIS_URL=your_redis_url
ACCESS_TOKEN_SECRET=your_access_token_secret
REFRESH_TOKEN_SECRET=your_refresh_token_secret
CLOUDINARY_CLOUD_NAME=your_cloud_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret
STRIPE_SECRET_KEY=your_stripe_secret_key
CLIENT_URL=http://localhost:5173
NODE_ENV=development
npm run build
npm run start