Skip to content

django_ecommerce is a simple ecommerce with stripe intergration, theme "stripe".

License

Notifications You must be signed in to change notification settings

residentcode/django_ecommerce

Repository files navigation

I would like to share knowledge how to build ecommerce website using Django without Ajax.



Features:

  • Stripe backend ( python ) frontend ( javascript )
  • Invoice
  • Order
  • Add to cart
  • Sign-in
  • Sign-up
  • Redirect to previous page (In login and in some others pages)
  • Email verification of 6 digits code on sign-up
  • Add/edit/delete (Billing Address)
  • HTML style bootstrap 5 (no css hardcoded)
  • and more ...

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

1 - download or copy the repository and extract the project

2 - run cmd in the project root

3 - create virtual environment

python -m venv enva

4 - activate the virtual environment

enva\Scripts\activate

5 - install the requirements

pip install -r requirements.txt

6 - create superuser

python manage.py createsuperuser

done.

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References

About

django_ecommerce is a simple ecommerce with stripe intergration, theme "stripe".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published