The Websites personalize the recommendation of fashion products based on customer preferences, history and improves results over time. It allows Brands to register their stores and add, delete, update products to be recommended to customers and guage the performance of the brand using the dashboard. It lets admins suspend products in case of policy Violation
A complete description of the entire project can be found in the following Document:
Panda Mall use Python Django for Backend adnd Create React App for Frontend Development
For Backend
Clone Code in a directory setup a python 3.9 pipenv interpreter
pipenv install
python manage.py makemigrations
python manage.py migrate
python manage.py runserverFrontend Clone Code in a separate directory Requires Node v14+, NPM
npm install
npm run dev





