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.
- 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.
Project_Preview.mov
- 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