Skip to content

Create an e-commerce website for a local store in your area, enabling customers to browse and purchase products online. The platform should feature product listings with images, descriptions, prices, and a shopping cart functionality. Optional Features : Order tracking, user reviews, customer support, sort & filters for products

Notifications You must be signed in to change notification settings

Azimkhan01/PRODIGY_FS_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Local Store E-commerce Website

## Overview
This is an e-commerce website for a local store that allows customers to browse and purchase products online. The platform includes features like product listings, shopping cart functionality, order tracking, user reviews, and customer support.

## Features
- **Product Listings**: View products with images, descriptions, and prices.
- **Shopping Cart**: Add products to the cart and proceed to checkout.
- **Order Tracking**: Track your orders from purchase to delivery.
- **User Reviews**: Leave reviews for purchased products.
- **Customer Support**: Contact support for any queries.
- **Product Filters**: Filter products by category, price, and more.

## Prerequisites
Make sure you have the following installed on your system:
- Node.js
- Git
- MongoDB

## Installation and Setup

1. **Clone the repository:**
   ```bash
   git clone <repository-link>
  1. Navigate to the project directory:

    cd local-store-ecommerce
  2. Install the dependencies:

    npm install
  3. Database Configuration:

    • In the config folder, open database.js and update the MongoDB connection string with your own database credentials.
  4. Run the Application:

    node app.js

    or, for development with automatic restarts:

    nodemon app.js
  5. Open in Browser:

    • Open your browser and go to http://localhost:8000 to access the website.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the MIT License.

Contact

For any queries, please contact Your Name.


### Instructions to Upload on GitHub

1. Create a new repository on GitHub.
2. Follow these steps in your terminal:

```bash
git init
git add .
git commit -m "Initial commit"
git remote add origin <repository-link>
git push -u origin master

About

Create an e-commerce website for a local store in your area, enabling customers to browse and purchase products online. The platform should feature product listings with images, descriptions, prices, and a shopping cart functionality. Optional Features : Order tracking, user reviews, customer support, sort & filters for products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published