Skip to content

Rajangrg/React-Ecommerce-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Instruction

Login Credentials

email: admin@demo.com
password: 12345678

Front-End setup

Clone or download the project
Open your terminal and redirect to the folder (project) directory.
npm install
npm audit fix (Note: not necessary)

Back-End setup

Create .env file in your root directory
Copy your FirebaseConfig and add value

**Note: Please add only value to the below code **

REACT_APP_FIREBASE_API_KEY = "your api key"
REACT_APP_FIREBASE_AUTH_DOMAIN = ""
REACT_APP_FIREBASE_DATABASE_URL = ""
REACT_APP_FIREBASE_PROJECT_ID = ""
REACT_APP_FIREBASE_STORAGE_BUCKET = ""
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = ""
REACT_APP_FIREBASE_APP_ID = ""
REACT_APP_FIREBASE_MEASUREMENT_ID = ""

Troubleshooting

In case firebase db is not working replace it with the sample data.

Redirect to commit - "Replaced sample data with Db products data on home container"

About

This project is created using React and firebase. It is a simple e-commerce Template with built-in sign in and product to start with.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published