/django-eshop

Django e-commerce shopping site

Primary LanguageCSS

eShop eShop

If run with Docker

  1. Requirements
    1. Docker
  2. Clone the git repo.
    1. https://github.com/mkawsar/django-eshop.git
  3. copy the .env.example to .env
    1. cp .env.example .env
  4. Build the docker container
    1. docker-compose up --build
  5. Finally get the project url:
    1. http://127.0.0.1:8000/