Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
D3ras authored Mar 1, 2025
1 parent dcfc9d5 commit b1c1017
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ A fully functional E-commerce website built using HTML, CSS, JavaScript, and Pyt
│ ├── checkout.html # Checkout page
│ ├── login.html # User login page
├── 📁 backend # Python backend logic
│ ├── manage.py # Main backend script (Django)
│ ├── database.py # Database connection
│ ├── auth.py # Authentication logic
│ ├── cart.py # Shopping cart logic
├── 📁 docker # Docker files
│ ├── Dockerfile # Docker build instructions
│ ├── docker-compose.yml # Docker setup
├── .env # Environment variables
├── requirements.txt # Dependencies
├── manage.py # CLI management tool
└── README.md # Project documentation
│ ├── manage.py
│ ├── database.py
│ ├── auth.py
│ ├── cart.py
├── 📁 docker
│ ├── Dockerfile
│ ├── docker-compose.yml
├── .env
├── requirements.txt
├── manage.py
└── README.md


---
Expand Down

0 comments on commit b1c1017

Please sign in to comment.