MERN Stack Ecommerce App - Gamify
- MongoDB & Mongoose for the database
- Node & Express for the backend
- Cloudinary for uploading images
- React for the frontend
- Redux Toolkit for frontend state management
- Redux Persist for persistent state across sessions
- Tailwind Css for UI
- Stripe for online payment processing service
- Securely create accounts and log in for a personalized experience.
- Easily update user profiles for a customized journey.
- Explore games by genres and ratings for tailored choices.
- Seamlessly enjoy the platform on various devices.
- Discover a diverse collection of video games.
- Conveniently review and manage selected games before purchase.
- Ensure secure and reliable payment processing.
- Fill in the environment variable values in
.envfile
npm installto install all dependenciesnpm run devto run both client & backend in developmentcd server && npm run serverto run only backendcd client && npm startto run only client
