Skip to content

RalitsaTerzieva/e-commerce-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

DjangoPythonUdemyBootstrap

Prepare to embark on an epic e-commerce journey with this mind-blowing Django-based project tailored for the ultimate shopping experience. Unleash your creativity as you dive into the world of Django and conquer your very first e-commerce endeavor. With list and detail logic and a checkout feature, this project is the perfect launchpad for your e-commerce dreams. Get ready to revolutionize online shopping and start your first basic project!

Installation

  1. Clone the repository
git clone https://github.com/RalitsaTerzieva/e-commerce-shop
  1. Install all required packages

  2. Complete all of the migrations

python manage.py makemigrations
python manage.py migrate
  1. Create a super user for yourself
python manage.py createsuperuser
  1. Run your server
python manage.py runserver

If you liked the application, you can always show your appreciation by starring my repo 🌟

Cheers, Ralitsa Popova