A site that displays products for sale to the general public, allowing only authenticated users to order products and many more. An efficient payment system with PayStack is also included
- order products
- payment system with PayStack
- add reviews
- search feature
- query transactions
- and many more...
- git clone https://github.com/PeterOlayemi/E-Commerce-Site.git
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver