User Interaction Analysis and Recommendation System
1) First Extract Backend Folder from Drive Link
2) Right Click on the above Folder Flipkart and open this exact folder in Pycharm
3) Open Terminal and Write
--> cd Flipkart
--> cd Flipkart
--> cd Flipkart
--> ls (is manage.py is visible after this command)
--> pip install django
--> pip install faker
--> pip install scikit-learn
--> pip install pillow
--> python manage.py runserver
1) Install Insomnia
2) And run these API's
1️⃣ SignUp Api(POST) => http://127.0.0.1:8000/authenticate/user/signup
2️⃣ Login Api(POST) => http://127.0.0.1:8000/authenticate/user/login
3️⃣ Recommendation Api(GET) => http://127.0.0.1:8000/predict/data/4
4️⃣ All Products Api(GET) => http://127.0.0.1:8000/products/data
5️⃣ Increment API(GET) => http://127.0.0.1:8000/products/increment/15/1
=======
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
origin/master