Skip to content

In this Full-stack Django E-commerce project users can add and remove products to and from their cart while also specifying the quantity of each item, these items are displayed on the homepage. They can then enter their address and choose Stripe to handle the payment processing.

Notifications You must be signed in to change notification settings

malavdesai16/BuyNow-Ecommerce

Repository files navigation

Getting started

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with virtualenv env and install dependencies with pip install -r requirements.txt
  3. Configure your .env variables
  4. Rename your project with python manage.py rename <yourprojectname> <newprojectname>

The future implementations would include:

  1. Settings modules for deploying with Azure
  2. Django commands for renaming your project and creating a superuser
  3. A cli tool for setting environment variables for deployment
  4. Paying with Paypal

About

In this Full-stack Django E-commerce project users can add and remove products to and from their cart while also specifying the quantity of each item, these items are displayed on the homepage. They can then enter their address and choose Stripe to handle the payment processing.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published