Skip to content

Latest commit

 

History

History
95 lines (72 loc) · 1.96 KB

README.md

File metadata and controls

95 lines (72 loc) · 1.96 KB

SHOPNEST - Ecommerce Website

This repository hosts the source code for SHOPNEST, smart ecommerce website built with the MERN Stack. It features a user-friendly shopping platform for fancy ladies' shoes..

Demo

https://shopnest-fyp.vercel.app/

Features

  • Admin Panel
  • User Panel
  • Voice Searching Products
  • Filter and Sorting Products
  • Login/Signup
  • Invoice Emailing
  • Forgot Password using email
  • Authenticated APIs
  • Pagination
  • Add to Cart
  • Payment Gateway using Stripe
  • Product Recommendations
  • REST APIs
  • Password Hashing
  • Role-Based Identification
  • Orders Management
  • Products Management

Screenshots

Login

Products

Checkout

Orders

Run Locally

Clone the project

    git clone https://github.com/Mshandev/Shopnest

Go to the project directory

    cd SHOPNEST

Install dependencies

    npm install

Setup Environment Vaiables

  PORT=8080
  MONGODB_URL
  ENDPOINT_SECRET
  STRIPE_SERVER_KEY
  JWT_SECRET_KEY
  SESSION_KEY
  DB_PASSWORD
  MAIL_PASSWORD

Start the server

    npm start

Tech Stack

Deployment

The application is deployed on Vercel.

Contributing

Contributions are always welcome! Just raise an issue, and we will discuss it.

Feedback

If you have any feedback, please reach out to me here