E-Commerce Website Using Django Framework
- VS Code Installation
- HTML Tutorial
- CSS Tutorial
- Learnt Bootstrapping
- Made a Basic Landing Page of the Website
- Python Tutorial
- Learnt Django Framework
- Basic JavaScript and Ajax
- Started Working on the Main Website
- Add To Cart and Basic Template of the website creation
- Made the Login and Registration buttons Active
- Place Order activated
- Change Password
- Profile of the User and Adding Address
- Completed the Website
Description of the folders
- The media folder contains images of the product to be displayed on the Home Page
- The shoppinglyx folder contains Django settings for the Project
- The app folder contains most of the necessary files used to make the website including the HTML template files, views, URLS (paths), models, forms, CSS files and the images etc.