Skip to content

HarshitJain28/Shopify-Mentofy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Shopify

Shopify is an ecommerce website. It is made using Django framework. It allows the user to sign up and choose from various products available, add to their cart and checkout with the order details. Users can also see their past orders and edit the shipping details.

Tech-Stack

  • Django
  • HTML
  • CSS
  • Bootstrap

Installation

  1. Clone the project repositories
git clone https://github.com/HarshitJain28/Shopify-Mentofy.git
  1. Install project dependencies
pip install -r requirements.txt
  1. Run the commands
python manage.py makemigrations
python manage.py migrate
  1. Run the server inside project folder using
python manage.py runserver

Highlights

  • Feature of Login/Sign-up for users
  • Allow the users to change their profile details
  • Add products to cart
  • Checkout with the current order
  • View past orders made by the user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published