yeasintamim / yeasin-shop

Simple ecommerce react js app with firebase.......An eCommerce web application using React, Firebase and SASS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"# ecommerce-react" "# ecommerce-react"

yeasin-shop with react | E-commerce react app

Simple ecommerce react js app with firebase [typescript]. ![Firebase Deploy]

Run Locally

1. Install Dependencies

$ npm install

2. Create a new firebase project

Login to your google account and create a new firebase project here

Create an env file - Set filename.env.prod file for production and .env.devfor development and save it in the root of your project folder and add the following configuration details. You can either use the same configuration details for both development and production but it's best to make separate projects. It can be found on your firebase project settings.

// SAMPLE CONFIG .env.dev, you should put the actual config details found on your project settings

FIREBASE_API_KEY=AIzaKJgkjhSdfSgkjhdkKJdkjowf
FIREBASE_AUTH_DOMAIN=yourauthdomin.firebaseapp.com
FIREBASE_DB_URL=https://yourdburl.firebaseio.com
FIREBASE_PROJECT_ID=yourproject-id
FIREBASE_STORAGE_BUCKET=yourstoragebucket.appspot.com
FIREBASE_MSG_SENDER_ID=43597918523958
FIREBASE_APP_ID=234598789798798fg3-034

After setting up necessary configuration, create a Database and choose Cloud Firestore and start in test mode

3. Run development server

$ npm run dev-server

Build the project

$ npm run build

Project is running at

http://localhost:8080/

How to add products or perform CRUD operations for Admin

  1. Navigate to your site to /signup
  2. Create an account for yourself
  3. Go to your firestore collection users collection and edit the account you've just created. Change the role from USER to ADMIN.
  4. Reload or sigin again to see the changes.

Firebase Admin to be integrated soon

Features

  • Admin CRUD operations
  • Firebase authentication
  • Firebase auth provider authentication
  • Account creation and edit

"# ecommerce-react" "# ecommerce-react"

Before adding product

screencapture-localhost-8080-2021-07-31-15_51_16 featured product

After adding product

main

Basket or cart

1

2

sign in and sign up

sign up

Admin panel

admin admin panel product list add new product

firebase database screen shots

firebase fir2

About

Simple ecommerce react js app with firebase.......An eCommerce web application using React, Firebase and SASS.

License:Apache License 2.0


Languages

Language:JavaScript 79.4%Language:SCSS 19.2%Language:HTML 1.4%