- pip install -r requirements.txt
- cd Qoura-clone
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- Access admin panel by creating superuser :-> python manage.py createsuperuser
● User have to register to purchase items.
● Email Verificaton Feature.
● User can login by entering his/her username and password.
● Social Authentication Feature
● Forgot Password Feature
● User can edit his profile
● Category wise items is shown
● Search Button Feature
● Products of a particular category are shown
● Add To Cart feature
● Items in the cart are shown.
● User can change the quantity of each of the cart products.
● Final Order summary is shown
● New Address Feature
● Edit Delete or Use of stored address Feature
● Payment Gateway Feature (Not Integrated as it's not in production)
● Details of the orders
● Track your order (Not Integrated as it's not in production)










