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.
- Host: GitHub
- URL: https://github.com/fl4viooliveira/marketplace
- Owner: fl4viooliveira
- License: gpl-3.0
- Created: 2020-08-15T10:19:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T20:13:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T21:44:59.515Z (10 months ago)
- Topics: django, e-books, e-business, e-commerce, e-learning, marketplace, video-courses
- Language: Python
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`