Skip to content

SUNIDHI-JAIN125/Grocery-Store-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grocery Store 🛒

An e-commerce platform for buying grocery items, offering users a seamless online shopping experience for their daily needs.

Features -

  • User-Friendly Interface: Browse and shop groceries with ease.
  • Search and Filter: Quickly find items based on categories or search keywords.
  • Register & Login Functionality (MongoDB).

Technologies Used -

  • Frontend: React, React Redux, JavaScript, CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • State Management: Redux

🚀 Getting Started

Prerequisites

  • Node.js: Ensure you have Node.js installed on your machine.
  • MongoDB: Set up a MongoDB database.

Installation

  1. Clone the repository:

    git clone https://github.com/SUNIDHI-JAIN125/Grocery-Store-MERN.git
    cd Grocery-Store-MERN
  2. Install dependencies:

    cd frontend
    yarn install
    # or
    npm install
  3. Run the frontend:

    yarn dev
    # or
    npm run dev
  4. Start the Backend Server:

    cd backend
    yarn install
    # or
    npm install
    
    yarn dev
    # or
    npm run dev
    

Contribution Guide

We welcome contributions to the Food Copilot project! Feel free to report bugs, suggest features, or submit pull requests. Follow these steps to get started:

  1. Fork the Repository - Navigate to the Food Copilot Repository, click on the Fork button to create a copy of the repository in your GitHub account.

  2. Clone Your Fork - Clone the forked repository to your local machine.

  3. Run the project on your local machine, check the Getting Started section to setup the project.

  4. Commit your changes with clear commit messages.

  5. Push your changes to your forked repository.

  6. Create a pull request with your changes and details.

Give a Star ⭐

If you find this project helpful or interesting, please consider giving it a star on GitHub!