A simple E-Commerce shopping site
| Home | Products |
|---|---|
![]() |
![]() |
| Login | Shopping cart |
![]() |
![]() |
| Checkout | |
![]() |
This project only supports Python3. Install the python package requirements using pip.
pip install -r requirements.txtRun the migrate command to create database tables.
python manage.py migrateUse the createsuperuser command to create a user who has superuser privileges.
python manage.py createsuperuserFinally run the server using the runserver command.
python manage.py runserverLinter test using Flake8
flake8 .Unit tests and Coverage report.
pytestThe html coverage report will be generated and saved in the htmlcov/ folder.




