Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 990 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 990 Bytes

Install Instruction

Login Credentials

email: [email protected]
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"