Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mithu9/e-commerce-website
This is the fullstack e-commerce site
https://github.com/mithu9/e-commerce-website
axios bcryptjs cookie-parser cors express flowbite jsonwebtoken moment mongoose multer nodemon react react-router-dom redux-toolkit slick-carousel
Last synced: about 5 hours ago
JSON representation
This is the fullstack e-commerce site
- Host: GitHub
- URL: https://github.com/mithu9/e-commerce-website
- Owner: MITHU9
- Created: 2024-12-19T15:53:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T15:16:58.000Z (3 days ago)
- Last Synced: 2025-02-10T16:24:27.705Z (3 days ago)
- Topics: axios, bcryptjs, cookie-parser, cors, express, flowbite, jsonwebtoken, moment, mongoose, multer, nodemon, react, react-router-dom, redux-toolkit, slick-carousel
- Language: JavaScript
- Homepage:
- Size: 28.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh# E-Commerce Website
## Overview
Welcome to our E-Commerce Website! This platform allows users to browse products, add them to their cart, and proceed to checkout seamlessly.
### Product Page### Shopping Cart
## Features
- User authentication (Login/Signup)
- Product listing with categories
- Shopping cart functionality
- Secure checkout with payment gateway integration
- Order tracking system## Technologies Used
- **Frontend:** HTML, CSS, JavaScript, React.js
- **Backend:** Node.js, Express.js
- **Database:** MongoDB## Installation
```sh
# Clone the repository
git clone https://github.com/your-repo/ecommerce-website.git# Navigate to the project directory
cd ecommerce-website# Install dependencies
npm install# Start the development server
npm start
```## Screenshots
## Contributing
We welcome contributions! Please fork the repository and submit a pull request.