Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 1.82 KB

README.md

File metadata and controls

70 lines (60 loc) · 1.82 KB

Eshop(Ecommerce Web site)

Django(Python) Based E-commerce website with login,logout,products add,delete,update,create,checkout etc..

Languages or Skills required
  • Bootstrap
  • CSS3
  • Vanilla JS
  • Python
  • Django

Features:
1. Add Items
2. Delete Items
3. View Items
4. Django admin
5. Add to Cart
6. Delete from Cart
7. View Item
8. Increase Quantity
9. Decrease Quantity
10.Update Quantity
11. Login
12. Log out
13. Slider Image
14. Sign Up
15. Hash Passwords Saved
16. Hash Passwords encrypted During login and logout
17. Store User Details
18. View all selected items in Tabular form
19 etc......

Requirements and Usage

  • Install Django and Python
  • Run command in given Repositry :
    python3 chetan@chetan:/media/chetan/D/Full Stack/Learn Django/Eshoppython3 manage.py runserver
    
  • Now See,following Results:
    Watching for file changes with StatReloader
    Performing system checks...
    

    System check identified no issues (0 silenced). September 28, 2020 - 06:45:35 Django version 3.1, using settings 'Eshop.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.

  • Now,Hover mouse on :Ctrl+click of mouse or directly write url in your browser
    http://127.0.0.1:8000/
    
  • Now You get Page Not found Do'nt be panic Just add
    http://127.0.0.1:8000/shop
    
    shop keyword and Hit Enter
Enjoy and Hope so You will contribute soon..