/marketplace

This is one base to a Marketplace development for Digital Products.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Django Marketplace for Digital Products

This Django Digital Marketplace is perfect to be a start point or boilerplate to a project than want to sell video courses, e-books or any digital products. The users have to buy the item on the product list to have access to the full content.

The e-commerce functionalities are ready working. The users can add and remove de products from their cart and purchase access.
On this project, payments are handled with Stripe.

Setup process

  1. Make sure you have a Stripe account. You will need your test API keys which you can find on your dashboard.
  2. Create a virtualenv with virtualenv env
  3. Install dependencies with pip install -r requirements.txt