An open API service indexing awesome lists of open source software.

https://github.com/akm00786/ecommerce-frontend-mern

Ecommerce website frontend typescript+mern+stripe+firebase+multer+cloudinary
https://github.com/akm00786/ecommerce-frontend-mern

cloudinary firebase mern-stack multer stripe typescript

Last synced: about 1 year ago
JSON representation

Ecommerce website frontend typescript+mern+stripe+firebase+multer+cloudinary

Awesome Lists containing this project

README

          

# Ecommerce website with admin dashboard

![Screenshot 2024-08-30 084710](https://github.com/user-attachments/assets/dd85d7b0-adf6-4a7b-85c9-9be59061f96d)

A full stack ecommerce website made using **TYPESCRIPT**

**BACKEND** : NodeJS , ExpressJS , Mongodb , Multer , Nodecache , Cloudinary

**FRONTEND** : React , React-charts , React-table , Sass CSS ,

**PAYMENT** : Stripe payment integration,

**AUTHENTICATION** : Firebase

**STATE MANAGEMENT** : Redux Toolkit

**DATA FETCHING** : RTK Query , Axios,

This project allow **USERS** to login through Firebase , add products to cart , place orders through stripe payment integration and see all theri respective Orders,

**ADMINS** can Add , manipulate , Products , Users , Orders

**ADMIN DASHBOARD** shows real time data from database in Charts Form by React Charts

# testing
use card no : 4242 4242 4242 4242

# .env
VITE_FIREBASE_KEY=
VITE_AUTH_DOMAIN=
VITE_PROJECT_ID=
VITE_STORAGE_BUCKET=
VITE_MESSAGING_SENDER_ID=
VITE_APP_ID=
VITE_SERVER=

# commands
npm install

npm run dev