Skip to content

Experience top-tier online shopping with Antique, an advanced MERN stack e-commerce platform. Explore a diverse product catalog, streamline user profiles, track orders, and harness comprehensive admin features. Elevate your retail journey with our powerful MERN technology stack and dynamic interface!,Built with MongoDB, Express, React, Node.

Notifications You must be signed in to change notification settings

sasikiran20/Hack2Skill

Repository files navigation

Hack4Change 2024

Antique Store

We are building an e-commerce platform dedicated to preserving and promoting rich heritage. We're creating a virtual marketplace for antiques, collectibles, handlooms and handicrafts.

Our primary goal is to empower local artisans, self-employed individuals, and small-scale manufacturers by providing them with a platform to reach a global audience. By connecting these talented creators directly with customers, we aim to revitalize traditional crafts and support sustainable livelihoods.

Demo

https://youtu.be/uF06CSslETs

Architecture

image

Test Credentials

Email (Normal User) Password Email (Admin) Password
demo@gmail.com demo@123 admin@gmail.com admin@123

Tech Stack

MongoDB Express React Node.js Material-UI Stripe Mongoose Redux CSS3

Installation

  1. Clone the repository:

    git clone https://github.com/sasikiran20/Hack2Skill.git
    cd Hack2Skill
  2. Install dependencies:

    npm install
    cd frorntend
    npm install
    cd ..
  3. Create a config folder inside the backend directory of the project and then create a .env file inside the config folder and add the following:

    PORT = 5000
    DB_LINK ="mongodb+srv://<username>:<password>@<cluster-url>/<database-name>?retryWrites=true&w=majority"
    NODE_ENV = production
    JWT_SECRET = <jwt-secret-key>
    JWT_EXPIRE = 5d
    COOKIE_EXPIRE = 5
    SMTP_HOST=smtp.gmail.com
    SMTP_PORT=465
    SMTP_SERVICE = gmail
    SMTP_MAIL = <smtp-email>
    SMTP_PASSWORD = <smtp-password>
    SMTP_PASS = <smtp-password>
    CLOUDINARY_NAME = <cloudinary-name>
    API_KEY = <api-key>
    API_SECRET = <api-secret>
    CLOUDINARY_URL=cloudinary://<api-key>:<api-secret>@<cloudinary-name>
    FRONTEND_URL = http://localhost:3000
    STRIPE_API_KEY = <stripe-api-key>
    STRIPE_SECRET_KEY = <stripe-secret-key>
    
    
  4. Run the app:

    cd backend && npm start

Features

Normal User Mode

Feature Description
User Authentication OAuth with JWT for secure user login and registration
Profile Management Update user profile details (email, name, password, picture)
Shopping Cart Add items to the cart and apply coupon codes
Product Review Logged-in users can review products
Shipping Options Specify shipping area for product delivery
Order Tracking Track the status of orders
Payment Gateway Secure payment processing via Stripe
Contact Form Contact form for user assistance
Saved Addresses Save multiple shipping addresses
Advanced Search Filter products by price range, category, and rating

Admin Mode

Feature Description
Admin Dashboard Access to an admin-only dashboard
User Management View and manage users (delete, promote to admin)
Product Management Edit and create products, manage stock levels
Review Management View and delete product reviews
Order Management View all orders, and can manage them
Role-Based Permissions Restrict admin features based on roles
Order Approval Workflow Set up approval process for Update status of order

Upcoming Features

Normal User Mode

Feature Description
Wishlist Create and manage wishlists for products
Product Recommendations Receive suggestions for related products
Product Comparisons Compare product specifications side by side
Social Sharing Share favorite products on social media

Admin Mode

Feature Description
Sales Analytics Gain insights into sales trends and popular products
Dynamic Coupons Create and manage targeted coupons
User Analytics Track user engagement and activity
Bulk Product Upload Upload and update multiple products using CSV
Automated Emails Send automated emails for order confirmation and updates
Notification Center Receive alerts for new orders, low stock, and more
Data Export Export data sets (e.g., orders, products) to CSV or Excel
Product Bundles Create and manage product bundles

Contributions

Contributor
Nirmal Ganesh
Asish Tony
Dharani Mahesh

About

Experience top-tier online shopping with Antique, an advanced MERN stack e-commerce platform. Explore a diverse product catalog, streamline user profiles, track orders, and harness comprehensive admin features. Elevate your retail journey with our powerful MERN technology stack and dynamic interface!,Built with MongoDB, Express, React, Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published