Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.14 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.14 KB

MERN E-Commerce Website

A full-stack e-commerce website built with the MERN (MongoDB, Express, React, and Node.js) stack.

Features

  • User authentication using JWT
  • Product display and management
  • Shopping cart and checkout
  • Order management and history
  • Admin dashboard for website management

Technologies Used

  • MongoDB for database management
  • Express for back-end API
  • React for front-end
  • Node.js for server-side scripting

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • MongoDB Atlas account

Installing

  1. Clone the repository git clone https://github.com/[your-username]/ecommerce-MERN.git
  2. Install the dependencies npm install
  3. Start the development server npm start

Contributions

Contributions are welcome! If you would like to improve the code, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Note

The project is a work in progress and I am dedicating my free time to completing it.