rahul7011 / digitalmarketplace

Digital Marketplace for Books Using Django and bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Digital Marketplace:desktop_computer::moneybag:

This is a digital marketplace website built with Django. The website displays electronic products, focussing on e-book textbooks. Users can add and remove products to/from their cart, and purchase access to the solutions provided by each book. Payments are handled with Stripe.

contributions welcome Open Source? Yes!

Features

  • Integrated django-allauth package for Login,SignUp Authentication process .
  • Integrated django-crispy-forms for the management of django forms.
  • Crispy forms allows forms properties(such as methods, send button or CSS classes) on the backend without having to re-write them in the template .
  • Integrated Stripe’s payments APIs for carrying out the online payment process.

Want to get Familiar with Project 🤗?

Project_Preview.mov

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

Screenshots

DM1 DM2
DM3 DM4
DM5 DM6
DM7 DM8

About

Digital Marketplace for Books Using Django and bootstrap


Languages

Language:HTML 51.2%Language:Python 42.6%Language:JavaScript 3.2%Language:CSS 3.0%