https://flipkartclone-mern-frontend.onrender.com/
flipkartClone_MERN.mp4
- Closely related UI
- Fetching of Products with backend APIs
- Authentication (basic)
- Detailed page for Product
- Search and access products from Search Box
- Timer against Deals of the Day
git clone https://github.com/Deaddemon/flipkartClone_MERN.git
cd client
npm install
cd server
npm install
Create a .env file in server folder
Define and Add the following:
DB_USERNAME = #yourDataHere
DB_PASSWORD = #yourDataHere
DB_DATABASE = #yourDataHere
Your backend now is runnin on
http://localhost:8000/
Your frontend is running on
http://localhost:3000/
