Skip to content

Timmi-tech/MultiShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiShop

MultiShop is an e-commerce website built with HTML, CSS, Bootstrap, Python, and Django. The website is designed to provide a platform for online shopping, allowing users to browse and purchase products.

Features User authentication and authorization: Users can sign up, log in, and log out. Only authenticated users can purchase products, create and edit their own profiles, and view their order history. Product listing and search: Users can view products by category and search for products by keywords. Shopping cart and checkout: Users can add products to their shopping cart, view their cart, and checkout using a secure payment system. Product review and rating: Users can review and rate products. Order management: Users can view their order history and status. Admin panel: Administrators can manage products, categories, orders, and users. Responsive design using Bootstrap: The website is optimized for desktop, tablet, and mobile devices. Custom error pages: The website has custom error pages for 404 and 500 errors.

Technologies used HTML CSS Bootstrap Python Django SQLite database

Installation To run this website on your local machine, you need to have Python and Django installed. Follow these steps to get started:

Clone this repository: git clone https://github.com/timmi-tech/MultiShop.git Navigate to the project directory: cd MultiShop Install the required packages: pip install -r requirements.txt Run the server: python manage.py runserver Open your browser and go to http://localhost:8000

Contribution Contributions are welcome! If you want to contribute to this project, please create a pull request.

License This project is licensed under the MIT License.

About

MultiShop is an e-commerce website built with HTML, CSS, Bootstrap, Python, and Django. The website is designed to provide a platform for online shopping, allowing users to browse and purchase products.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors