An open API service indexing awesome lists of open source software.

https://github.com/fl4viooliveira/marketplace

This is one base to a Marketplace development for Digital Products.
https://github.com/fl4viooliveira/marketplace

django e-books e-business e-commerce e-learning marketplace video-courses

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://stripe.com/) 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`