Welcome to the Flipkart Grid Product Recommendation System project! This project utilizes Next.js and was bootstrapped with create-next-app
.
-
Installation:
-
Download the project zip from GitHub and extract it.
-
Open a terminal and navigate to the project's root directory (
grid-master
). -
Install npm dependencies:
npm install
-
-
Python Script:
-
Change the current working directory to the
public
folder:cd .\public\
-
Run the Python script
try2.py
:python .\try2.py
-
-
Run Development Server:
-
Open another terminal in the
grid-master
directory. -
Start the development server:
npm run dev # or yarn dev # or pnpm dev
-
-
Explore the Application:
-
Open http://localhost:3000 in your browser.
-
Login with any of the test userId's:
A1I85Y08VRZ32Q or A11OTLEDSW8ZXD or A2YHXAZLCLDT8D or A31N6KB160O508
-
Password for all users:
hello
-
Now you're ready to explore the application and experience personalized product recommendations.
-
Feel free to customize and enhance the project. Here are some points to get you started:
-
Editing the Homepage:
- Modify the
pages/index.js
file to make changes to the homepage.
- Modify the
-
API Routes:
- Access API routes at http://localhost:3000/api/hello.
- Edit the endpoint in
pages/api/hello.js
.
-
Font Optimization:
- The project uses
next/font
to automatically optimize and load the Inter font, a custom Google Font.
- The project uses
For feedback and contributions, visit the Next.js GitHub repository.
Deepanshu, Chaitanya, Divyansh
Enjoy using the Flipkart Grid Product Recommendation System! If you have any questions or suggestions, feel free to reach out. Happy Recommending!