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.
- Django
- HTML
- CSS
- Bootstrap
- Clone the project repositories
git clone https://github.com/HarshitJain28/Shopify-Mentofy.git
- Install project dependencies
pip install -r requirements.txt
- Run the commands
python manage.py makemigrations
python manage.py migrate
- Run the server inside project folder using
python manage.py runserver
- 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