Skip to content

ranpy13/ecommerce-demo

Repository files navigation

Demo eCommerce website

Description

This demo website is made using HTML, CSS, and JS on the front-end, while the back-end is powered by Python and Django web framework hosted on a MySQL database.

Requirements

(update the pip file accordingly)
  1. Python 3.x
  2. Django 4.x
  3. MySQL local instance

MySQL setup

step 1:

Check the settings.py file and note down the host user and password and port

step 2:

Create a new user in your MySQL local instance with the above details and verify that the port used is the same.

Conclusion

Do the configurations as required, and then run using python manage.py runserver

Try out the demo website here:

https://cozastore.netlify.app/

About

A sample e-Commerce website made using Django and MySQL.

Resources

Stars

Watchers

Forks

Packages

No packages published