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.
- Make sure you have a Stripe account. You will need your test API keys which you can find on your dashboard.
- Create a virtualenv with
virtualenv env
- Install dependencies with
pip install -r requirements.txt