Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ranpy13/ecommerce-demo

A sample e-Commerce website made using Django and MySQL.
https://github.com/ranpy13/ecommerce-demo

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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/