Skip to content

E-commerce is a full-stack application built on the MERN stack (MongoDB, Express, React, Node.js). This project aims to deliver a seamless shopping experience with essential features such as product listings, user authentication, and a shopping cart.

Notifications You must be signed in to change notification settings

aditokmoo/E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cyber | E-commerce

Welcome to the Cyber | E-commerce repository! This guide will help you get started with setting up the project and running it on your local machine.

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • Git
  • Node.js
  • npm

Clone the repository

  1. Clone the project repository using the following command:

    https://github.com/aditokmoo/MERN-E-commerce
    
  2. Navigate to the project folder:

    cd repo-name
    
  3. Navigate to the client folder and install the dependencies:

    cd frontend
    npm install
    
  4. Do the same for the backend folder:

    cd backend
    npm install
    
  5. Running the project:

  • Start the client:

    cd frontend
    npm run dev
    
  • Start the backend:

    cd backend
    npm run dev

The frontend and backend should now be running locally.

Screenshots

Here are some images to showcase the project

  1. Home Home

  2. Catalog Catalog

  3. Product Product

  4. Admin Admin

note: project is in progress...

Technologies Used

  • Frontend: React, Typescript, Axios, React Form Hook, Tanstack React Query, SCSS.
  • Backend: Node.js, Express, MongoDB.

About

E-commerce is a full-stack application built on the MERN stack (MongoDB, Express, React, Node.js). This project aims to deliver a seamless shopping experience with essential features such as product listings, user authentication, and a shopping cart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published