/e-commerce-with-django

E-commerce website made with django

Primary LanguageJavaScriptMIT LicenseMIT

Django E-Commerce


first of all clone this repository
create a virtual environmen (optional) and install the requirements.txt
pip install -r requirements.txt

create a file named db.sqlite3 at the root of your project directory
Run the following commands
python manage.py migrate
python manage.py createsuperuser
Finally start the server
python manage.py runserver

Register a Customer
Now visit the admin page and create some products in the products section.