Ecommerce Application for Tshirts made with React.JS, NodeJS, ExpressJS, MongoDB.
- Auth Using JWT
- Full featured shopping cart
- Product reviews and ratings
- Top products carousel
- Product pagination
- Product search feature
- User profile with orders
- Admin product management
- Admin user management
- Admin Order details page
- Mark orders as delivered option
- Checkout process (shipping, payment method, etc)
- PayPal / credit card integration
- Database seeder (products & users)
- React.JS
- Node.JS
- ExpressJS
- MongoDB
- Redux-Toolkit
- TailwindCSS
LIVE DEMO: https://teevolution.onrender.com/
NODE_ENV = development PORT = PORT MONGO_URI = your mongodb uri JWT_SECRET = your jwt secret PAYPAL_CLIENT_ID = your paypal client id
npm install cd frontend npm install
Both Frontend and Backend npm run dev
Only Backend npm run devstart