Coder Social home page Coder Social logo

mew's Introduction

MEW

Men's Ethnic Wear is an ecommerce web application

Tools and Packages

mongodb  expressjs  nodejs  reactjs  redux  react-router  mui  chart-js  jwt  Cloudinary Node Mailer Stripe  heroku  Render

Features

  • Login/Signup User Account
  • Update Profile/Password User Account
  • Reset Password Mail using nodemailer
  • Cart Add/Remove Items | Update Quantities
  • Wishlist Add/Remove Items
  • Products Pagination (Default 8 Products Per Page)
  • Product Search
  • Product Filters Based on Category/Ratings/Price
  • Shipping Info in Session Storage
  • Make Payment using Stripe
  • My Orders (With All Filters)
  • Order Details of All Ordered Item
  • Review Products User Account
  • Admin: Dashboard access to only admin roles
  • Admin: Update Order Status | Delete Order
  • Admin: Add/Update Products
  • Admin: Update User Data | Delete User
  • Admin: List Review of Product | Delete Review
  • Stock Management: Decrease stock of product when shipped

Run Locally

Clone the project

  git clone https://github.com/MohammadOwais10/MEW.git

Go to the project directory

  cd project

Install dependencies

  npm install
  cd frontend/
  npm install

Start the server

  npm run start

Start the client

  //open another terminal
  cd frontend/
  npm start

Environment configurations

set your config.env file : use given format

PORT=4000
DB_URI='mongodb_uri'
JWT_SECRET='your jwt secret'
JWT_EXPIRE= 1d
COOKIE_EXPIRE = 7
SMPT_SERVICE=gmail
SMPT_MAIL='your email'
SMPT_PASSWORD='email password'
SMPT_HOST=smtp.gmail.com
SMPT_PORT=587
CLOUDINARY_NAME= "name"
CLOUDINARY_API_KEY= 'cloudinary key'
CLOUDINARY_API_SECRET= 'cloudinary secret'
STRIPE_API_KEY='stripe key'
STRIPE_SECRET_KEY='stripe secret'

UI Screenshot

  • Home UI mew-home-ui

  • Products UI mew-product-ui

  • Pagination and Filter Box UI mew-filter-ui

  • Cart UI mew-cart-ui

  • Shipping UI mew-shipping-ui

  • Payment UI mew-payment-ui

  • Admin Dashboard UI mew-dashboard-ui

  • Admin All Order UI mew-allorder-ui

  • Admin Update Product UI mew-update-ui

  • Admin Process Order UI mew-order-process-ui

mew's People

Stargazers

 avatar

Watchers

Top Talent avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.