Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 2.35 KB

README.md

File metadata and controls

90 lines (55 loc) · 2.35 KB

ByteBazaar - MERN Ecommerce Electronic Shop

Welcome to ByteBazaar, your go-to electronic shop for all your gadget needs. This project is a MERN stack ecommerce platform that provides a seamless experience for both customers and administrators. With separate interfaces for admins and customers, robust CRUD operations, and intuitive visualization through charts, ByteBazaar aims to make online shopping and management a breeze.

MERN Stack Overview

MERN stands for:

  • MongoDB: A NoSQL database that stores data in JSON-like documents.
  • Express.js: A backend web application framework for Node.js that simplifies the development of APIs.
  • React.js: A frontend library for building user interfaces.
  • Node.js: A JavaScript runtime that executes server-side code. The combination of these technologies forms a powerful and efficient full-stack development environment, enabling the creation of modern and scalable web applications.

Test Admin Login

Getting Started

Follow these steps to clone and run the ByteBazaar project on your localhost.

Prerequisites

Node.js installed on your machine MongoDB installed and running

Clone the Repository

git clone https://github.com/dipandhali2021/Ecommerce.git

Navigate to the Project Directory

cd Ecommerce

Visit http://localhost:3000 in your browser to access ByteBazaar.

*** Read Backend and frontend Readme.md for individual setup ***

Features

Admin Interface

  • Separate Admin Dashboard for easy management
  • Perform CRUD operations on products
  • Visualize sales and marketing data through charts
  • Clean and simple UI for a user-friendly experience

Customer Interface

  • Clean and simple UI for a user-friendly experience
  • Place your orders seamlessly
  • View order history
  • Explore a wide range of electronic products

Technologies Used

Frontend

  • Reactjs

and more...

Backend

  • Nodejs
  • MongoDB
  • Expressjs

and more...

Contributing

We welcome contributions! Feel free to open issues or pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Inspired by the need for a user-friendly electronic shop platform.
  • Thanks to the open-source community for the valuable tools and libraries.

Enjoy your ByteBazaar shopping experience!