Introducing "PCHDjango", an e-commerce software built on the powerful Django Framework. PCHDjango is a solid foundation for developers who want to build their own online stores, offering a complete shopping experience for customers. In the first version, the software comes equipped with essential functionalities, such as a login screen for customers, an intuitive system for adding products to the cart and placing orders.
git clone https://github.com/JuanBindez/PCHDjango/
-
linux
virtualenv -p python3 venv
-
Windows
python3 -m venv venv
pip install -r requirements.txt
python3 manage.py migrate
python3 manage.py makemigrations
python3 manage.py createsuperuser
python3 manage.py runserver