You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An online shopping website.
Clone this repository and open cmd/terminal in the folder having manage.py and other files.
Command :
python manage.py runserver
Then go to your browser at 127.0.0.1 and browse the website.
About
An online shopping website with a cart maintaining feature. Products in various categories can be shopped and added to the cart and the cart bill is maintained simultaneously.